Class GerritManagement.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<GerritManagement>
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritManagement.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
GerritManagement

@Extension public static final class GerritManagement.DescriptorImpl extends Descriptor<GerritManagement>
Descriptor is only used for UI form bindings.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<GerritManagement>
    • serverDescriptorList

      public static DescriptorExtensionList<GerritServer,GerritServer.DescriptorImpl> serverDescriptorList()
      Returns the list containing the GerritServer descriptor.
      Returns:
      the list of descriptors containing GerritServer's descriptor.
    • doAutoCompleteCopyNewItemFrom

      public AutoCompletionCandidates doAutoCompleteCopyNewItemFrom(@QueryParameter String value)
      Auto-completion for the "copy from" field in the new server page.
      Parameters:
      value - the value that the user has typed in the textbox.
      Returns:
      the list of server names, depending on the current value in the textbox.