Package jenkins.model

Class Jenkins.DescriptorImpl

All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
Jenkins

public static final class Jenkins.DescriptorImpl extends NodeDescriptor
  • Field Details

  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • isInstantiable

      public boolean isInstantiable()
      Description copied from class: NodeDescriptor
      Can the administrator create this type of nodes from UI? Return false if it only makes sense for programs to create it, not through the "new node" UI.
      Overrides:
      isInstantiable in class NodeDescriptor
    • doCheckNumExecutors

      public FormValidation doCheckNumExecutors(@QueryParameter String value)
    • getDynamic

      public Object getDynamic(String token)