Class BitbucketWebhookDescriptor

java.lang.Object
hudson.model.Descriptor<BitbucketWebhookConfiguration>
com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl, PluginWebhookConfiguration.DescriptorImpl

public abstract class BitbucketWebhookDescriptor extends Descriptor<BitbucketWebhookConfiguration>
Since:
937.0.0
  • Constructor Details

    • BitbucketWebhookDescriptor

      public BitbucketWebhookDescriptor()
  • Method Details

    • isApplicable

      public abstract boolean isApplicable(@NonNull EndpointType type)
      Returns if this implementation can supports and can be installed by the given endpoint type.
      Parameters:
      type - of the endpoint
      Returns:
      true if this implementation can manage payload from this endpoint, false otherwise.