Class HideFromViewStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.pipelinegraphview.steps.HideFromViewStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class HideFromViewStep
extends org.jenkinsci.plugins.workflow.steps.Step
implements Serializable
Pipeline step that hides enclosed steps from view.
Usage:
hideFromView {
echo "This step will be hidden"
}
This step takes no parameters - its presence in the flow graph serves as a marker that the enclosed steps should be treated as hidden by the Pipeline Graph View plugin.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
HideFromViewStep
@DataBoundConstructor public HideFromViewStep()
-
-
Method Details