Class ManagedUpdateSite.DescriptorImpl

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

@Extension public static class ManagedUpdateSite.DescriptorImpl extends DescribedUpdateSiteDescriptor
Descriptor for this class.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Returns the kind name of this UpdateSite. shown when select UpdateSite to create.
      Overrides:
      getDisplayName in class Descriptor<DescribedUpdateSite>
      Returns:
      the kind name of the site
      See Also:
    • doCheckCaCertificate

      public FormValidation doCheckCaCertificate(@QueryParameter boolean useCaCertificate, @QueryParameter String caCertificate)
      Returns whether the certificate is valid.
      Parameters:
      useCaCertificate - true to use a specific CA certificate
      caCertificate - the CA certificate
      Returns:
      FormValidation the validation result