Uses of Class
org.apache.maven.surefire.junitcore.pc.Type
-
Packages that use Type Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of Type in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc with type parameters of type Type Modifier and Type Field Description private java.util.Map<Type,java.lang.Integer>
ParallelComputerBuilder.PC. allGroups
private java.util.Map<Type,java.lang.Integer>
ParallelComputerBuilder. parallelGroups
Methods in org.apache.maven.surefire.junitcore.pc that return Type Modifier and Type Method Description static Type
Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type[]
Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.surefire.junitcore.pc with parameters of type Type Modifier and Type Method Description private ParallelComputerBuilder
ParallelComputerBuilder. parallel(int nThreads, Type parallelType)
private ParallelComputerBuilder
ParallelComputerBuilder. parallel(Type parallelType)
-