Uses of Enum Class
dev.galasa.framework.TestRunLifecycleStatus
Packages that use TestRunLifecycleStatus
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - FileSystem classes for creating new Result Archive Stores
-
Uses of TestRunLifecycleStatus in dev.galasa.framework
Methods in dev.galasa.framework that return TestRunLifecycleStatusModifier and TypeMethodDescriptionstatic TestRunLifecycleStatus
TestRunLifecycleStatus.getFromString
(String statusAsString) Looks up the enum from the string which describes the enum.static TestRunLifecycleStatus
Returns the enum constant of this class with the specified name.static TestRunLifecycleStatus[]
TestRunLifecycleStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.framework with parameters of type TestRunLifecycleStatusModifier and TypeMethodDescriptionprotected void
BaseTestRunner.updateStatus
(TestRunLifecycleStatus status, String dssTimePropSuffix) -
Uses of TestRunLifecycleStatus in dev.galasa.framework.spi.ras
Methods in dev.galasa.framework.spi.ras that return types with arguments of type TestRunLifecycleStatusConstructor parameters in dev.galasa.framework.spi.ras with type arguments of type TestRunLifecycleStatusModifierConstructorDescriptionRasSearchCriteriaStatus
(@NotNull List<TestRunLifecycleStatus> statuses)