Package com.testdroid.jenkins
Class WaitForResultsBlock
java.lang.Object
com.testdroid.jenkins.WaitForResultsBlock
- All Implemented Interfaces:
Describable<WaitForResultsBlock>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setDownloadScreenshots
(boolean downloadScreenshots) void
setForceFinishAfterBreak
(boolean forceFinishAfterBreak) void
setHookURL
(String hookURL) void
setResultsPath
(String resultsPath) void
setTestRunStateCheckMethod
(TestRunStateCheckMethod testRunStateCheckMethod) void
setWaitForResultsTimeout
(Integer waitForResultsTimeout)
-
Constructor Details
-
WaitForResultsBlock
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<WaitForResultsBlock>
- See Also:
-
getHookURL
-
setHookURL
-
getWaitForResultsTimeout
-
setWaitForResultsTimeout
-
getResultsPath
-
setResultsPath
-
isDownloadScreenshots
public boolean isDownloadScreenshots() -
setDownloadScreenshots
@DataBoundSetter public void setDownloadScreenshots(boolean downloadScreenshots) -
getTestRunStateCheckMethod
-
setTestRunStateCheckMethod
@DataBoundSetter public void setTestRunStateCheckMethod(TestRunStateCheckMethod testRunStateCheckMethod) -
isForceFinishAfterBreak
public boolean isForceFinishAfterBreak() -
setForceFinishAfterBreak
@DataBoundSetter public void setForceFinishAfterBreak(boolean forceFinishAfterBreak)
-