Uses of Class
com.atlassian.bamboo.plugins.bitbucket.rest.entity.ListWebhooksResponse
-
Packages that use ListWebhooksResponse Package Description com.atlassian.bamboo.plugins.bitbucket.api com.atlassian.bamboo.plugins.bitbucket.impl -
-
Uses of ListWebhooksResponse in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api that return ListWebhooksResponse Modifier and Type Method Description ListWebhooksResponse
WebhookManagementService. getRepositoryWebhooks(String owner, String slug, String username, String password)
Retrieve a list of all available webhooks specified for the specified repository. -
Uses of ListWebhooksResponse in com.atlassian.bamboo.plugins.bitbucket.impl
Methods in com.atlassian.bamboo.plugins.bitbucket.impl that return ListWebhooksResponse Modifier and Type Method Description ListWebhooksResponse
WebhookManagementServiceImpl. getRepositoryWebhooks(String owner, String slug, String username, String password)
-