Class HideFromViewStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
io.jenkins.plugins.pipelinegraphview.steps.HideFromViewStepExecution
- All Implemented Interfaces:
Serializable
public class HideFromViewStepExecution
extends org.jenkinsci.plugins.workflow.steps.StepExecution
Execution for
HideFromViewStep.
This execution simply runs the enclosed body block. The step's presence in the flow graph serves as a marker for the Pipeline Graph View plugin to identify hidden steps.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHideFromViewStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume, stop
-
Constructor Details
-
HideFromViewStepExecution
protected HideFromViewStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
start
- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.StepExecution- Throws:
Exception
-