Package com.testdroid.jenkins
Class WaitForResultsBlock
java.lang.Object
com.testdroid.jenkins.WaitForResultsBlock
- All Implemented Interfaces:
Describable<WaitForResultsBlock>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDownloadScreenshots(boolean downloadScreenshots) voidsetForceFinishAfterBreak(boolean forceFinishAfterBreak) voidsetHookURL(String hookURL) voidsetResultsPath(String resultsPath) voidsetTestRunStateCheckMethod(TestRunStateCheckMethod testRunStateCheckMethod) voidsetWaitForResultsTimeout(Integer waitForResultsTimeout)
-
Constructor Details
-
WaitForResultsBlock
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin 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)
-