Class ServerWebhookConfiguration.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<BitbucketWebhookConfiguration>
com.cloudbees.jenkins.plugins.bitbucket.api.webhook.BitbucketWebhookDescriptor
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server.ServerWebhookConfiguration.DescriptorImpl
- Enclosing class:
- ServerWebhookConfiguration
@Symbol("serverWebhook")
@Extension
public static class ServerWebhookConfiguration.DescriptorImpl
extends AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoFillCredentialsIdItems(String credentialsId, String serverURL) Stapler form completion.doFillHookSignatureCredentialsIdItems(String hookSignatureCredentialsId, String serverURL) Stapler form completion.getStats()booleanisApplicable(EndpointType type) Returns if this implementation can supports and can be installed by the given endpoint type.Methods inherited from class com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImplcheckPermission, doCheckEndpointJenkinsRootURL, doClear, doShowStats, getHookSignatureCredentialsIdItemsMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
- 
Constructor Details- 
DescriptorImplpublic DescriptorImpl()
 
- 
- 
Method Details- 
clearCachesprotected void clearCaches()- Specified by:
- clearCachesin class- AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
 
- 
getStats- Specified by:
- getStatsin class- AbstractBitbucketWebhookConfiguration.AbstractBitbucketWebhookDescriptorImpl
 
- 
getDisplayName- Overrides:
- getDisplayNamein class- Descriptor<BitbucketWebhookConfiguration>
 
- 
isApplicableDescription copied from class:BitbucketWebhookDescriptorReturns if this implementation can supports and can be installed by the given endpoint type.- Specified by:
- isApplicablein class- BitbucketWebhookDescriptor
- Parameters:
- type- of the endpoint
- Returns:
- trueif this implementation can manage payload from this endpoint,- falseotherwise.
 
- 
doFillCredentialsIdItemspublic ListBoxModel doFillCredentialsIdItems(@QueryParameter(fixEmpty=true) String credentialsId, @QueryParameter(value="serverURL",fixEmpty=true) String serverURL) Stapler form completion.- Parameters:
- credentialsId- selected credentials.
- serverURL- the server URL.
- Returns:
- the available credentials.
 
- 
doFillHookSignatureCredentialsIdItemspublic ListBoxModel doFillHookSignatureCredentialsIdItems(@QueryParameter(fixEmpty=true) String hookSignatureCredentialsId, @QueryParameter(value="serverURL",fixEmpty=true) String serverURL) Stapler form completion.- Parameters:
- hookSignatureCredentialsId- selected hook signature credentials.
- serverURL- the server URL.
- Returns:
- the available credentials.
 
 
-