Class StageDirective
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.pipeline.modeldefinition.generator.AbstractDirective<StageDirective>
org.jenkinsci.plugins.pipeline.modeldefinition.generator.StageDirective
- All Implemented Interfaces:
Describable<StageDirective>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionStageDirective(List<AbstractDirective> directives, String name, StageDirective.StageContentType contentType) -
Method Summary
Modifier and TypeMethodDescriptionWhat the content of this stage is - currently steps or parallelgetName()Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.generator.AbstractDirective
toGroovyMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
StageDirective
@DataBoundConstructor public StageDirective(List<AbstractDirective> directives, @NonNull String name, StageDirective.StageContentType contentType)
-
-
Method Details
-
getName
-
getContentType
What the content of this stage is - currently steps or parallel -
getDirectives
-