Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.WebhookResponse
-
Packages that use WebhookResponse Package Description com.atlassian.bamboo.plugins.bitbucket.api com.atlassian.bamboo.plugins.bitbucket.impl com.atlassian.bamboo.plugins.bitbucket.rest.entity -
-
Uses of WebhookResponse in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return WebhookResponse Modifier and Type Method Description WebhookResponse
WebhookManagementService. createRepositoryWebhook(String owner, String slug, String username, String password, String bambooEntryPoint)
Create a webhooks for specified repository. -
Uses of WebhookResponse in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return WebhookResponse Modifier and Type Method Description WebhookResponse
WebhookManagementServiceImpl. createRepositoryWebhook(@NotNull String owner, @NotNull String slug, @NotNull String username, @NotNull String password, @NotNull String bambooEntryPoint)
-
Uses of WebhookResponse in com.atlassian.bamboo.plugins.bitbucket.rest.entity
Methods in com.atlassian.bamboo.plugins.bitbucket.rest.entity that return types with arguments of type WebhookResponse Modifier and Type Method Description List<WebhookResponse>
ListWebhooksResponse. getWebhooks()
-