Class IsRestartedRunConditional
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable<S>
org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<IsRestartedRunConditional>
org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.IsRestartedRunConditional
- All Implemented Interfaces:
ExtensionPoint
,Describable<IsRestartedRunConditional>
,Serializable
public class IsRestartedRunConditional
extends org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional<IsRestartedRunConditional>
True if the run was restarted.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
getChildren, getDescriptor
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.withscript.WithScriptDescribable
getScript
-
Constructor Details
-
IsRestartedRunConditional
@DataBoundConstructor public IsRestartedRunConditional()
-