Class TMSPublisher.DescriptorImpl

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

@Symbol("publishTMS") @Extension(ordinal=10001.0) public static final class TMSPublisher.DescriptorImpl extends AbstractReportDescriptor
DescriptorImpl for TMSPublisher.
  • Constructor Details

  • Method Details

    • getDefaultTimeout

      public static int getDefaultTimeout()
    • doCheckTimeout

      public FormValidation doCheckTimeout(@QueryParameter String value)
      Validates the timeout.
      Parameters:
      value - the timeout
      Returns:
      the form validation
    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
      Fills the credentials drop-down menu.
      Parameters:
      item - the item
      credentialsId - the credentials id
      Returns:
      the credentials items
    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<Publisher>