Uses of Class
org.apache.maven.surefire.junitcore.pc.ExecutionStatus
-
Packages that use ExecutionStatus Package Description org.apache.maven.surefire.junitcore.pc -
-
Uses of ExecutionStatus in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc with type parameters of type ExecutionStatus Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ExecutionStatus>
ShutdownStatus. status
Methods in org.apache.maven.surefire.junitcore.pc that return ExecutionStatus Modifier and Type Method Description static ExecutionStatus
ExecutionStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExecutionStatus[]
ExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-