Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponse
Package
Description
-
Uses of WebhookResponse in com.atlassian.bamboo.deployments.execution.actions
-
Uses of WebhookResponse in com.atlassian.bamboo.webhook
Modifier and TypeMethodDescription@NotNull List<WebhookResponse>
WebhookResponseDao.findWebhookResponseByDeploymentResultId
(Long deploymentResultId) Find short descriptions of webhook responses associated with deployment result id.@NotNull List<WebhookResponse>
WebhookResponseHibernateDao.findWebhookResponseByDeploymentResultId
(Long deploymentResultId) @NotNull List<WebhookResponse>
WebhookResponseDao.findWebhookResponseByPlanResultKey
(String planResultKey) Find short descriptions of webhook responses associated with build key.@NotNull List<WebhookResponse>
WebhookResponseHibernateDao.findWebhookResponseByPlanResultKey
(String planResultKey) @NotNull List<WebhookResponse>
DefaultWebhookResponseService.findWebhookResponsesForDeploymentResultId
(Long deploymentResultId) @NotNull List<WebhookResponse>
WebhookResponseService.findWebhookResponsesForDeploymentResultId
(Long deploymentResultId) Find short descriptions of webhook responses associated with deployment result id.@NotNull List<WebhookResponse>
DefaultWebhookResponseService.findWebhookResponsesForPlanResultKey
(String planResultKey) @NotNull List<WebhookResponse>
WebhookResponseService.findWebhookResponsesForPlanResultKey
(String planResultKey) Find short descriptions of webhook responses associated with build key. -
Uses of WebhookResponse in com.atlassian.bamboo.ww2.actions.chains