public interface WebhookResponseDao extends BambooObjectDao<WebhookResponseDetails>
Modifier and Type | Method and Description |
---|---|
Long |
countWebhookResponsesByDeploymentResultId(Long deploymentResultId)
Count all webhook responses in deployment result.
|
List<WebhookResponse> |
findWebhookResponseByDeploymentResultId(Long deploymentResultId)
Find short descriptions of webhook responses associated with deployment result id.
|
List<WebhookResponse> |
findWebhookResponseByPlanResultKey(String planResultKey)
Find short descriptions of webhook responses associated with build key.
|
List<WebhookResponseDetails> |
findWebhookResponseDetailsByDeploymentId(Long deploymentResultId)
Find full description of webhook responses associated with deployment result id.
|
List<WebhookResponseDetails> |
findWebhookResponseDetailsByPlanKey(String planKey)
Find all webhook responses associated with given plan, not taking into account build number.
|
List<WebhookResponseDetails> |
findWebhookResponseDetailsByPlanResultKey(String planResultKey)
Find full description of webhook responses associated with plan result key.
|
WebhookResponseDetails |
getWebhookResponseDetails(Long webhookResponseId)
Find full description of webhook response associated with webhook response id.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull List<WebhookResponse> findWebhookResponseByPlanResultKey(String planResultKey)
planResultKey
- @NotNull List<WebhookResponseDetails> findWebhookResponseDetailsByPlanResultKey(String planResultKey)
planResultKey
- in format ProjectKey-PlanKey-buildNumber@NotNull List<WebhookResponse> findWebhookResponseByDeploymentResultId(Long deploymentResultId)
deploymentResultId
- @NotNull List<WebhookResponseDetails> findWebhookResponseDetailsByDeploymentId(Long deploymentResultId)
deploymentResultId
- @Nullable WebhookResponseDetails getWebhookResponseDetails(Long webhookResponseId)
webhookResponseId
- id of webhook response.@NotNull Long countWebhookResponsesByDeploymentResultId(Long deploymentResultId)
deploymentResultId
- @NotNull List<WebhookResponseDetails> findWebhookResponseDetailsByPlanKey(String planKey)
planKey
- in format ProjectKey-PlanKeyCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.