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 String
static String
static String
static String
static String
static boolean
isSkippedStage
(org.jenkinsci.plugins.workflow.graph.FlowNode node) static boolean
isSkippedStageForReason
(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:
getTagName
in classStageTagsMetadata
-
getPossibleValues
- Overrides:
getPossibleValues
in 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)
-