Package org.jenkinsci.plugins.pipeline
Class StageStatus
java.lang.Object
org.jenkinsci.plugins.pipeline.StageTagsMetadata
org.jenkinsci.plugins.pipeline.StageStatus
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic booleanisSkippedStage(org.jenkinsci.plugins.workflow.graph.FlowNode node) static booleanisSkippedStageForReason(org.jenkinsci.plugins.workflow.graph.FlowNode node, String reason) Methods inherited from class org.jenkinsci.plugins.pipeline.StageTagsMetadata
takesArbitraryValues
-
Field Details
-
TAG_NAME
- See Also:
-
-
Constructor Details
-
StageStatus
public StageStatus()
-
-
Method Details
-
getTagName
- Specified by:
getTagNamein classStageTagsMetadata
-
getPossibleValues
- Overrides:
getPossibleValuesin classStageTagsMetadata
-
getSkippedStageValues
-
skippedStages
-
getFailedAndContinued
-
getSkippedForFailure
-
getSkippedForUnstable
-
getSkippedForConditional
-
getSkippedForRestart
-
isSkippedStage
public static boolean isSkippedStage(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode node) -
isSkippedStageForReason
public static boolean isSkippedStageForReason(@NonNull org.jenkinsci.plugins.workflow.graph.FlowNode node, @NonNull String reason)
-