Uses of Interface
com.atlassian.bamboo.webhook.WebhookResponse
Packages that use WebhookResponse
Package
Description
-
Uses of WebhookResponse in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return types with arguments of type WebhookResponse -
Uses of WebhookResponse in com.atlassian.bamboo.webhook
Subinterfaces of WebhookResponse in com.atlassian.bamboo.webhookClasses in com.atlassian.bamboo.webhook that implement WebhookResponseMethods in com.atlassian.bamboo.webhook that return types with arguments of type WebhookResponseModifier 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
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type WebhookResponse