| Package | Description |
|---|---|
| com.atlassian.bamboo.webhook | |
| com.atlassian.bamboo.webhooks |
| Modifier and Type | Class and Description |
|---|---|
class |
WebhookResponseDetailsEntity |
| Modifier and Type | Method and Description |
|---|---|
WebhookResponseDetails |
WebhookResponseHibernateDao.getWebhookResponseDetails(Long webhookResponseId) |
WebhookResponseDetails |
DefaultWebhookResponseService.getWebhookResponseDetails(Long webhookResponseId) |
WebhookResponseDetails |
WebhookResponseDao.getWebhookResponseDetails(Long webhookResponseId)
Find full description of webhook response associated with webhook response id.
|
WebhookResponseDetails |
WebhookResponseService.getWebhookResponseDetails(Long webhookResponseId)
Find full description of webhook response associated with webhook response id.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebhookResponseDetails> |
WebhookResponseHibernateDao.findWebhookResponseDetailsByDeploymentId(Long deploymentResultId) |
List<WebhookResponseDetails> |
WebhookResponseDao.findWebhookResponseDetailsByDeploymentId(Long deploymentResultId)
Find full description of webhook responses associated with deployment result id.
|
List<WebhookResponseDetails> |
WebhookResponseHibernateDao.findWebhookResponseDetailsByPlanKey(String planKey) |
List<WebhookResponseDetails> |
WebhookResponseDao.findWebhookResponseDetailsByPlanKey(String planKey)
Find all webhook responses associated with given plan, not taking into account build number.
|
List<WebhookResponseDetails> |
WebhookResponseHibernateDao.findWebhookResponseDetailsByPlanResultKey(String planResultKey) |
List<WebhookResponseDetails> |
WebhookResponseDao.findWebhookResponseDetailsByPlanResultKey(String planResultKey)
Find full description of webhook responses associated with plan result key.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookResponseDetails |
ViewWebhookResponseDetails.getWebhookResponseDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewWebhookResponseDetails.setWebhookResponseDetails(WebhookResponseDetails webhookResponseDetails) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.