Class HorreumExpectStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
jenkins.plugins.horreum.HorreumBaseStep<HorreumExpectConfig>
jenkins.plugins.horreum.expect.HorreumExpectStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class HorreumExpectStep extends HorreumBaseStep<HorreumExpectConfig>
  • Constructor Details

    • HorreumExpectStep

      @DataBoundConstructor public HorreumExpectStep(String authenticationType, String credentials, String test, long timeout, String expectedBy, String backlink)
  • Method Details

    • getTest

      public String getTest()
    • setTest

      @DataBoundSetter public void setTest(String test)
    • getTimeout

      public long getTimeout()
    • setTimeout

      @DataBoundSetter public void setTimeout(long timeout)
    • getExpectedBy

      public String getExpectedBy()
    • setExpectedBy

      @DataBoundSetter public void setExpectedBy(String expectedBy)
    • getBacklink

      public String getBacklink()
    • setBacklink

      @DataBoundSetter public void setBacklink(String backlink)
    • getDescriptor

      public HorreumExpectStep.DescriptorImpl getDescriptor()
      Specified by:
      getDescriptor in interface Describable<org.jenkinsci.plugins.workflow.steps.Step>
      Overrides:
      getDescriptor in class org.jenkinsci.plugins.workflow.steps.Step