Class EndtestRunStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.endtest.EndtestRunStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class EndtestRunStep extends org.jenkinsci.plugins.workflow.steps.Step
Jenkins Pipeline step for running one or more Endtest executions.
  • Constructor Details

    • EndtestRunStep

      @DataBoundConstructor public EndtestRunStep(String apiRequest)
  • Method Details

    • getApiRequest

      public String getApiRequest()
    • getCredentialsId

      public String getCredentialsId()
    • setCredentialsId

      @DataBoundSetter public void setCredentialsId(String credentialsId)
    • getTimeoutMinutes

      public int getTimeoutMinutes()
    • setTimeoutMinutes

      @DataBoundSetter public void setTimeoutMinutes(int timeoutMinutes)
    • getPollIntervalSeconds

      public int getPollIntervalSeconds()
    • setPollIntervalSeconds

      @DataBoundSetter public void setPollIntervalSeconds(int pollIntervalSeconds)
    • isFailBuild

      public boolean isFailBuild()
    • setFailBuild

      @DataBoundSetter public void setFailBuild(boolean failBuild)
    • getResultsFormat

      public String getResultsFormat()
    • setResultsFormat

      @DataBoundSetter public void setResultsFormat(String resultsFormat)
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step