Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponseDetails
-
Packages that use WebhookResponseDetails Package Description com.atlassian.bamboo.webhook com.atlassian.bamboo.webhooks -
-
Uses of WebhookResponseDetails in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookResponseDetails Modifier and Type Class Description class
WebhookResponseDetailsEntity
Methods in com.atlassian.bamboo.webhook that return WebhookResponseDetails Modifier and Type Method Description WebhookResponseDetails
DefaultWebhookResponseService. getWebhookResponseDetails(Long webhookResponseId)
@Nullable WebhookResponseDetails
WebhookResponseDao. getWebhookResponseDetails(Long webhookResponseId)
Find full description of webhook response associated with webhook response id.@Nullable WebhookResponseDetails
WebhookResponseHibernateDao. getWebhookResponseDetails(Long webhookResponseId)
WebhookResponseDetails
WebhookResponseService. getWebhookResponseDetails(Long webhookResponseId)
Find full description of webhook response associated with webhook response id.Methods in com.atlassian.bamboo.webhook that return types with arguments of type WebhookResponseDetails Modifier and Type Method Description @NotNull List<WebhookResponseDetails>
WebhookResponseDao. findWebhookResponseDetailsByDeploymentId(Long deploymentResultId)
Find full description of webhook responses associated with deployment result id.@NotNull List<WebhookResponseDetails>
WebhookResponseHibernateDao. findWebhookResponseDetailsByDeploymentId(Long deploymentResultId)
@NotNull List<WebhookResponseDetails>
WebhookResponseDao. findWebhookResponseDetailsByPlanKey(String planKey)
Find all webhook responses associated with given plan, not taking into account build number.@NotNull List<WebhookResponseDetails>
WebhookResponseHibernateDao. findWebhookResponseDetailsByPlanKey(String planKey)
@NotNull List<WebhookResponseDetails>
WebhookResponseDao. findWebhookResponseDetailsByPlanResultKey(String planResultKey)
Find full description of webhook responses associated with plan result key.@NotNull List<WebhookResponseDetails>
WebhookResponseHibernateDao. findWebhookResponseDetailsByPlanResultKey(String planResultKey)
-
Uses of WebhookResponseDetails in com.atlassian.bamboo.webhooks
Methods in com.atlassian.bamboo.webhooks that return WebhookResponseDetails Modifier and Type Method Description WebhookResponseDetails
ViewWebhookResponseDetails. getWebhookResponseDetails()
Methods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseDetails Modifier and Type Method Description void
ViewWebhookResponseDetails. setWebhookResponseDetails(WebhookResponseDetails webhookResponseDetails)
-