Class CloudWebhookConfiguration
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.CloudWebhookConfiguration
- All Implemented Interfaces:
- BitbucketWebhookConfiguration,- Describable<BitbucketWebhookConfiguration>
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfigurationAbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- 
Constructor SummaryConstructorsConstructorDescriptionCloudWebhookConfiguration(boolean manageHooks, String credentialsId) CloudWebhookConfiguration(boolean manageHooks, String credentialsId, boolean enableHookSignature, String hookSignatureCredentialsId) 
- 
Method SummaryModifier and TypeMethodDescriptionName to use to describe the hook implementation.getId()The hook implementation identifier.Class<? extends BitbucketWebhookManager>Returns the implementation that is in charge to apply this configuration to the Bitbucket.Methods inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfigurationgetCredentialsId, getEndpointJenkinsRootURL, getHookSignatureCredentialsId, getWebhooksCacheDuration, isEnableCache, isEnableHookSignature, isManageHooks, isSkipCertVerification, setEnableCache, setEndpointJenkinsRootURL, setSkipCertVerification, setWebhooksCacheDurationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookConfigurationgetDescriptor
- 
Constructor Details- 
CloudWebhookConfiguration
- 
CloudWebhookConfiguration
 
- 
- 
Method Details- 
getDisplayNameDescription copied from interface:BitbucketWebhookConfigurationName to use to describe the hook implementation.- Specified by:
- getDisplayNamein interface- BitbucketWebhookConfiguration
- Overrides:
- getDisplayNamein class- AbstractBitbucketWebhookConfiguration
- Returns:
- the name to use for the implementation
 
- 
getIdDescription copied from interface:BitbucketWebhookConfigurationThe hook implementation identifier.- Returns:
- the unique identifier for this implementation
 
- 
getManagerDescription copied from interface:BitbucketWebhookConfigurationReturns the implementation that is in charge to apply this configuration to the Bitbucket.- Returns:
- a manager class specific for this configuration.
 
 
-