Uses of Enum Class
com.atlassian.bamboo.webhook.WebhookResponseStatus
Packages that use WebhookResponseStatus
Package
Description
-
Uses of WebhookResponseStatus in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type WebhookResponseStatusModifier and TypeMethodDescriptionViewDeploymentWebhookResponses.statusColor(WebhookResponseStatus status) -
Uses of WebhookResponseStatus in com.atlassian.bamboo.webhook
Fields in com.atlassian.bamboo.webhook with type parameters of type WebhookResponseStatusModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<WebhookResponseDetailsEntity, WebhookResponseStatus> WebhookResponseDetailsEntity_.responseStatusMethods in com.atlassian.bamboo.webhook that return WebhookResponseStatusModifier and TypeMethodDescription@NotNull WebhookResponseStatusWebhookResponse.getResponseStatus()@NotNull WebhookResponseStatusWebhookResponseDetailsEntity.getResponseStatus()@NotNull WebhookResponseStatusWebhookResponseDto.getResponseStatus()static WebhookResponseStatusReturns 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.Methods in com.atlassian.bamboo.webhook with parameters of type WebhookResponseStatusModifier and TypeMethodDescriptionvoidWebhookResponseDetails.setResponseStatus(WebhookResponseStatus responseStatus) Set status of webhook response.voidWebhookResponseDetailsEntity.setResponseStatus(WebhookResponseStatus responseStatus) Constructors in com.atlassian.bamboo.webhook with parameters of type WebhookResponseStatusModifierConstructorDescriptionWebhookResponseDetailsEntity(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
Methods in com.atlassian.bamboo.webhooks with parameters of type WebhookResponseStatusModifier and TypeMethodDescriptionViewWebhookResponseDetails.statusColor(WebhookResponseStatus status) static StringWebhookResponseUtils.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 WebhookResponseStatusModifier and TypeMethodDescriptionViewChainWebhookResponses.statusColor(WebhookResponseStatus status)