Class DirectiveDescriptor<T extends AbstractDirective<T>>

java.lang.Object
hudson.model.Descriptor<T>
org.jenkinsci.plugins.pipeline.modeldefinition.generator.DirectiveDescriptor<T>
All Implemented Interfaces:
Saveable, OnMaster
Direct Known Subclasses:
AgentDirective.DescriptorImpl, AxesDirective.DescriptorImpl, AxisDirective.DescriptorImpl, EnvironmentDirective.DescriptorImpl, ExcludeDirective.DescriptorImpl, ExcludesDirective.DescriptorImpl, InputDirective.DescriptorImpl, LibrariesDirective.DescriptorImpl, MatrixDirective.DescriptorImpl, OptionsDirective.DescriptorImpl, ParametersDirective.DescriptorImpl, PostDirective.DescriptorImpl, StageDirective.DescriptorImpl, StagesDirective.DescriptorImpl, ToolsDirective.DescriptorImpl, TriggersDirective.DescriptorImpl, WhenDirective.DescriptorImpl

public abstract class DirectiveDescriptor<T extends AbstractDirective<T>> extends Descriptor<T>
  • Constructor Details

    • DirectiveDescriptor

      public DirectiveDescriptor()
  • Method Details