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

    Constructors
    Modifier
    Constructor
    Description
    protected
    HideFromViewStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution

    acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HideFromViewStepExecution

      protected HideFromViewStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • start

      public boolean start() throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
      Throws:
      Exception