Class WaitForResultsBlock

java.lang.Object
com.testdroid.jenkins.WaitForResultsBlock
All Implemented Interfaces:
Describable<WaitForResultsBlock>

public class WaitForResultsBlock extends Object implements Describable<WaitForResultsBlock>
  • Constructor Details

    • WaitForResultsBlock

      @DataBoundConstructor public WaitForResultsBlock(TestRunStateCheckMethod testRunStateCheckMethod)
  • Method Details

    • getDescriptor

      public Descriptor<WaitForResultsBlock> getDescriptor()
      Specified by:
      getDescriptor in interface Describable<WaitForResultsBlock>
      See Also:
    • getHookURL

      public String getHookURL()
    • setHookURL

      @DataBoundSetter public void setHookURL(String hookURL)
    • getWaitForResultsTimeout

      public Integer getWaitForResultsTimeout()
    • setWaitForResultsTimeout

      @DataBoundSetter public void setWaitForResultsTimeout(Integer waitForResultsTimeout)
    • getResultsPath

      public String getResultsPath()
    • setResultsPath

      @DataBoundSetter public void setResultsPath(String resultsPath)
    • isDownloadScreenshots

      public boolean isDownloadScreenshots()
    • setDownloadScreenshots

      @DataBoundSetter public void setDownloadScreenshots(boolean downloadScreenshots)
    • getTestRunStateCheckMethod

      public TestRunStateCheckMethod getTestRunStateCheckMethod()
    • setTestRunStateCheckMethod

      @DataBoundSetter public void setTestRunStateCheckMethod(TestRunStateCheckMethod testRunStateCheckMethod)
    • isForceFinishAfterBreak

      public boolean isForceFinishAfterBreak()
    • setForceFinishAfterBreak

      @DataBoundSetter public void setForceFinishAfterBreak(boolean forceFinishAfterBreak)