Uses of Interface
com.atlassian.bamboo.plugins.bitbucket.api.WebhookManagementService
-
Packages that use WebhookManagementService Package Description com.atlassian.bamboo.plugins.bitbucket.impl com.atlassian.bamboo.plugins.bitbucket.rest.resource -
-
Uses of WebhookManagementService in com.atlassian.bamboo.plugins.bitbucket.impl
Classes in com.atlassian.bamboo.plugins.bitbucket.impl that implement WebhookManagementService Modifier and Type Class Description class
WebhookManagementServiceImpl
-
Uses of WebhookManagementService in com.atlassian.bamboo.plugins.bitbucket.rest.resource
Constructors in com.atlassian.bamboo.plugins.bitbucket.rest.resource with parameters of type WebhookManagementService Constructor Description BitbucketResource(BitbucketApiService bitbucketApiService, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CredentialsAccessor credentialsAccessor, WebhookManagementService webhookManagementService)
-