Class CRDAStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
redhat.jenkins.plugins.rhda.step.CRDAStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public final class CRDAStep extends org.jenkinsci.plugins.workflow.steps.Step
  • Constructor Details

    • CRDAStep

      @DataBoundConstructor public CRDAStep(String file, boolean consentTelemetry)
  • Method Details

    • getFile

      public String getFile()
    • setFile

      @DataBoundSetter public void setFile(String file)
    • getConsentTelemetry

      public boolean getConsentTelemetry()
    • setConsentTelemetry

      @DataBoundSetter public void setConsentTelemetry(boolean consentTelemetry)
    • getDescriptor

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

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