Uses of Enum Class
hudson.tasks.junit.CaseResult.Status
Packages that use CaseResult.Status
-
Uses of CaseResult.Status in hudson.tasks.junit
Methods in hudson.tasks.junit that return CaseResult.StatusModifier and TypeMethodDescriptionCaseResult.getCondition()Gets the condition for a test result, e.g., has the test regressed since it last ranCaseResult.getStatus()static CaseResult.StatusReturns the enum constant of this class with the specified name.static CaseResult.Status[]CaseResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.