Package io.jenkins.plugins.ksm.workflow
Class KsmStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.ksm.workflow.KsmStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class KsmStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KsmStep.DescriptorImpl
protected static class
KsmStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description KsmStep(List<KsmApplication> application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<KsmApplication>
getApplication()
void
setApplication(List<KsmApplication> application)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
KsmStep
@DataBoundConstructor public KsmStep(List<KsmApplication> application)
-
-
Method Detail
-
getApplication
public List<KsmApplication> getApplication()
-
setApplication
@DataBoundSetter public void setApplication(List<KsmApplication> application)
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-