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. allGroupsprivate java.util.Map<Type,java.lang.Integer>ParallelComputerBuilder. parallelGroupsMethods in org.apache.maven.surefire.junitcore.pc that return Type Modifier and Type Method Description static TypeType. 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 ParallelComputerBuilderParallelComputerBuilder. parallel(int nThreads, Type parallelType)private ParallelComputerBuilderParallelComputerBuilder. parallel(Type parallelType)
-