Uses of Enum Class
org.apache.maven.surefire.junitcore.pc.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in org.apache.maven.surefire.junitcore.pc
Fields in org.apache.maven.surefire.junitcore.pc with type parameters of type ExecutionStatusModifier and TypeFieldDescriptionprivate final AtomicReference<ExecutionStatus>
ShutdownStatus.status
Methods in org.apache.maven.surefire.junitcore.pc that return ExecutionStatusModifier and TypeMethodDescriptionstatic ExecutionStatus
Returns the enum constant of this class with the specified name.static ExecutionStatus[]
ExecutionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.