Class ListReleaseStepExecution
- All Implemented Interfaces:
Serializable
public class ListReleaseStepExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<List<Release>>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ListReleaseStepExecution
(ListReleasesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
ListReleaseStepExecution
protected ListReleaseStepExecution(ListReleasesStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details