Uses of Class
com.atlassian.bamboo.webhook.WebhookResponseStatus
-
Packages that use WebhookResponseStatus Package Description com.atlassian.bamboo.deployments.execution.actions com.atlassian.bamboo.webhook com.atlassian.bamboo.webhooks com.atlassian.bamboo.ww2.actions.chains -
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type WebhookResponseStatus Modifier and Type Method Description String
ViewDeploymentWebhookResponses. statusColor(WebhookResponseStatus status)
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.webhook
Fields in com.atlassian.bamboo.webhook with type parameters of type WebhookResponseStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<WebhookResponseDetailsEntity,WebhookResponseStatus>
WebhookResponseDetailsEntity_. responseStatus
Methods in com.atlassian.bamboo.webhook that return WebhookResponseStatus Modifier and Type Method Description @NotNull WebhookResponseStatus
WebhookResponse. getResponseStatus()
@NotNull WebhookResponseStatus
WebhookResponseDetailsEntity. getResponseStatus()
@NotNull WebhookResponseStatus
WebhookResponseDto. getResponseStatus()
static WebhookResponseStatus
WebhookResponseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebhookResponseStatus[]
WebhookResponseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.webhook with parameters of type WebhookResponseStatus Modifier and Type Method Description void
WebhookResponseDetails. setResponseStatus(WebhookResponseStatus responseStatus)
Set status of webhook response.void
WebhookResponseDetailsEntity. setResponseStatus(WebhookResponseStatus responseStatus)
Constructors in com.atlassian.bamboo.webhook with parameters of type WebhookResponseStatus Constructor Description WebhookResponseDetailsEntity(DefaultWebhookResponseService.WebhookToSave webhook, WebhookResponseStatus webhookResponseStatus)
WebhookResponseDto(Long responseWebhookId, UUID uuid, String templateName, String eventName, String url, org.springframework.http.HttpMethod httpMethod, WebhookResponseStatus responseStatus, Integer statusCode, String planResultKey, Long deploymentResultId, int retriesCount, Date sendTime, Date receiveTime)
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.webhooks
Methods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseStatus Modifier and Type Method Description String
ViewWebhookResponseDetails. statusColor(WebhookResponseStatus status)
static String
WebhookResponseUtils. statusColor(WebhookResponseStatus status)
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type WebhookResponseStatus Modifier and Type Method Description String
ViewChainWebhookResponses. statusColor(WebhookResponseStatus status)
-