Uses of Enum Class
com.testdroid.jenkins.model.TestRunStateCheckMethod
Packages that use TestRunStateCheckMethod
Package
Description
-
Uses of TestRunStateCheckMethod in com.testdroid.jenkins
Fields in com.testdroid.jenkins declared as TestRunStateCheckMethodModifier and TypeFieldDescriptionstatic final TestRunStateCheckMethod
WaitForResultsBlock.DescriptorImpl.DEFAULT_TEST_RUN_STATE_CHECK_METHOD
Methods in com.testdroid.jenkins that return TestRunStateCheckMethodMethods in com.testdroid.jenkins with parameters of type TestRunStateCheckMethodModifier and TypeMethodDescriptionvoid
WaitForResultsBlock.setTestRunStateCheckMethod
(TestRunStateCheckMethod testRunStateCheckMethod) Constructors in com.testdroid.jenkins with parameters of type TestRunStateCheckMethodModifierConstructorDescriptionWaitForResultsBlock
(TestRunStateCheckMethod testRunStateCheckMethod) -
Uses of TestRunStateCheckMethod in com.testdroid.jenkins.model
Methods in com.testdroid.jenkins.model that return TestRunStateCheckMethodModifier and TypeMethodDescriptionstatic TestRunStateCheckMethod
Returns the enum constant of this class with the specified name.static TestRunStateCheckMethod[]
TestRunStateCheckMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TestRunStateCheckMethod in com.testdroid.jenkins.scheduler
Methods in com.testdroid.jenkins.scheduler with parameters of type TestRunStateCheckMethodModifier and TypeMethodDescriptionstatic TestRunFinishCheckScheduler
TestRunFinishCheckSchedulerFactory.createTestRunFinishScheduler
(TestRunStateCheckMethod method, TaskListener listener)