Package io.jenkins.plugins.ksm.workflow
Class KsmStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
-
- io.jenkins.plugins.ksm.workflow.KsmStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KsmStep
protected static class KsmStep.Execution extends org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
blocksRestart, getStatus, onResume, run, stop
-
-
-
-
Constructor Detail
-
Execution
public Execution(KsmStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-