Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponseDetails
Packages that use WebhookResponseDetails
-
Uses of WebhookResponseDetails in com.atlassian.bamboo.webhook
Classes in com.atlassian.bamboo.webhook that implement WebhookResponseDetailsMethods in com.atlassian.bamboo.webhook that return WebhookResponseDetailsModifier and TypeMethodDescriptionDefaultWebhookResponseService.getWebhookResponseDetails(Long webhookResponseId) @Nullable WebhookResponseDetailsWebhookResponseDao.getWebhookResponseDetails(Long webhookResponseId) Find full description of webhook response associated with webhook response id.@Nullable WebhookResponseDetailsWebhookResponseHibernateDao.getWebhookResponseDetails(Long webhookResponseId) @Nullable WebhookResponseDetailsWebhookResponseService.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 WebhookResponseDetailsModifier and TypeMethodDescription@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 WebhookResponseDetailsMethods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseDetailsModifier and TypeMethodDescriptionvoidViewWebhookResponseDetails.setWebhookResponseDetails(WebhookResponseDetails webhookResponseDetails)