Class WhenDirective
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.generator.AbstractDirective<WhenDirective>
org.jenkinsci.plugins.pipeline.modeldefinition.generator.WhenDirective
- All Implemented Interfaces:
Describable<WhenDirective>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionWhenDirective
(org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional conditional, boolean beforeAgent, boolean beforeInput, boolean beforeOptions) -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional
boolean
boolean
boolean
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.generator.AbstractDirective
toGroovy
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
WhenDirective
@DataBoundConstructor public WhenDirective(org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional conditional, boolean beforeAgent, boolean beforeInput, boolean beforeOptions)
-
-
Method Details
-
getConditional
public org.jenkinsci.plugins.pipeline.modeldefinition.when.DeclarativeStageConditional getConditional() -
isBeforeAgent
public boolean isBeforeAgent() -
isBeforeInput
public boolean isBeforeInput() -
isBeforeOptions
public boolean isBeforeOptions()
-