Uses of Enum Class
com.atlassian.bamboo.webhook.WebhookResponseStatus
Package
Description
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.deployments.execution.actions
Modifier and TypeMethodDescriptionViewDeploymentWebhookResponses.statusColor
(WebhookResponseStatus status) -
Uses of WebhookResponseStatus in com.atlassian.bamboo.webhook
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<WebhookResponseDetailsEntity,
WebhookResponseStatus> WebhookResponseDetailsEntity_.responseStatus
Modifier and TypeMethodDescription@NotNull WebhookResponseStatus
WebhookResponse.getResponseStatus()
@NotNull WebhookResponseStatus
WebhookResponseDetailsEntity.getResponseStatus()
@NotNull WebhookResponseStatus
WebhookResponseDto.getResponseStatus()
static WebhookResponseStatus
Returns the enum constant of this class with the specified name.static WebhookResponseStatus[]
WebhookResponseStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WebhookResponseDetails.setResponseStatus
(WebhookResponseStatus responseStatus) Set status of webhook response.void
WebhookResponseDetailsEntity.setResponseStatus
(WebhookResponseStatus responseStatus) ModifierConstructorDescriptionWebhookResponseDetailsEntity
(DefaultWebhookResponseService.WebhookToSave webhook, WebhookResponseStatus webhookResponseStatus) WebhookResponseDto
(Long responseWebhookId, UUID uuid, String templateName, String eventName, String url, HttpMethod httpMethod, WebhookResponseStatus responseStatus, Integer statusCode, String planResultKey, Long deploymentResultId, int retriesCount, Date sendTime, Date receiveTime) -
Uses of WebhookResponseStatus in com.atlassian.bamboo.webhooks
Modifier and TypeMethodDescriptionViewWebhookResponseDetails.statusColor
(WebhookResponseStatus status) static String
WebhookResponseUtils.statusColor
(WebhookResponseStatus status) -
Uses of WebhookResponseStatus in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptionViewChainWebhookResponses.statusColor
(WebhookResponseStatus status)