Package redhat.jenkins.plugins.rhda.step
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CRDAStep.DescriptorImpl
static class
CRDAStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getConsentTelemetry()
CRDAStep.DescriptorImpl
getDescriptor()
String
getFile()
void
setConsentTelemetry(boolean consentTelemetry)
void
setFile(String file)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
CRDAStep
@DataBoundConstructor public CRDAStep(String file, boolean consentTelemetry)
-
-
Method Detail
-
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 interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-