Class BitbucketServerEndpoint.DescriptorImpl

All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
BitbucketServerEndpoint

@Extension public static class BitbucketServerEndpoint.DescriptorImpl extends AbstractBitbucketEndpointDescriptor
Our descriptor.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @NonNull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<AbstractBitbucketEndpoint>
    • doFillWebhookImplementationItems

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillWebhookImplementationItems()
    • doFillServerVersionItems

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public ListBoxModel doFillServerVersionItems()
    • doCheckServerUrl

      public static FormValidation doCheckServerUrl(@QueryParameter String value)
      Checks that the supplied URL is valid.
      Parameters:
      value - the URL to check.
      Returns:
      the validation results.