Uses of Enum Class
org.jenkinsci.plugins.pipeline.modeldefinition.generator.StageDirective.StageContentType
Packages that use StageDirective.StageContentType
-
Uses of StageDirective.StageContentType in org.jenkinsci.plugins.pipeline.modeldefinition.generator
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.generator that return StageDirective.StageContentTypeModifier and TypeMethodDescriptionStageDirective.getContentType()What the content of this stage is - currently steps or parallelReturns the enum constant of this class with the specified name.static StageDirective.StageContentType[]StageDirective.StageContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jenkinsci.plugins.pipeline.modeldefinition.generator with parameters of type StageDirective.StageContentTypeModifierConstructorDescriptionStageDirective(List<AbstractDirective> directives, String name, StageDirective.StageContentType contentType)