Class PluginWebhookConfiguration.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<BitbucketWebhookConfiguration>
com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookDescriptor
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin.PluginWebhookConfiguration.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
PluginWebhookConfiguration

@Deprecated @Symbol("pluginWebhook") @Extension public static class PluginWebhookConfiguration.DescriptorImpl extends BitbucketWebhookDescriptor
Deprecated.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
      Deprecated.
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Deprecated.
      Overrides:
      getDisplayName in class Descriptor<BitbucketWebhookConfiguration>
    • isApplicable

      public boolean isApplicable(@NonNull EndpointType type)
      Deprecated.
      Description copied from class: BitbucketWebhookDescriptor
      Returns if this implementation can supports and can be installed by the given endpoint type.
      Specified by:
      isApplicable in class BitbucketWebhookDescriptor
      Parameters:
      type - of the endpoint
      Returns:
      true if this implementation can manage payload from this endpoint, false otherwise.
    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@QueryParameter(fixEmpty=true) String credentialsId, @QueryParameter(value="serverURL",fixEmpty=true) String serverURL)
      Deprecated.
      Stapler form completion.
      Parameters:
      credentialsId - selected credentials.
      serverURL - the server URL.
      Returns:
      the available credentials.
    • doCheckEndpointJenkinsRootURL

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static FormValidation doCheckEndpointJenkinsRootURL(@QueryParameter String value)
      Deprecated.