Uses of Enum Class
com.atlassian.bamboo.web.HttpMethod
Package
Description
-
Uses of HttpMethod in com.atlassian.bamboo.web
Modifier and TypeMethodDescriptionstatic @Nullable HttpMethod
Resolve the given method value to anHttpMethod
.static HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpMethod in com.atlassian.bamboo.webhook
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<WebhookResponseDetailsEntity,
HttpMethod> WebhookResponseDetailsEntity_.httpMethod
static javax.persistence.metamodel.SingularAttribute<WebhookTemplateEntity,
HttpMethod> WebhookTemplateEntity_.httpMethod
Modifier and TypeMethodDescription@NotNull HttpMethod
WebhookResponse.getHttpMethod()
@NotNull HttpMethod
WebhookResponseDetailsEntity.getHttpMethod()
@NotNull HttpMethod
WebhookResponseDto.getHttpMethod()
WebhookTemplate.getHttpMethod()
Return Http Method.WebhookTemplateEntity.getHttpMethod()
DefaultWebhookResponseService.WebhookToSave.getMethod()
WebhookToSend.getMethod()
Modifier and TypeMethodDescriptionDefaultWebhookTemplateService.getSupportedMethods()
WebhookTemplateService.getSupportedMethods()
Modifier and TypeMethodDescriptionvoid
WebhookTemplate.setHttpMethod
(HttpMethod httpMethod) void
WebhookTemplateEntity.setHttpMethod
(HttpMethod httpMethod) WebhookTemplateEntity.Builder.withHttpMethod
(HttpMethod httpMethod) ModifierConstructorDescriptionWebhookResponseDto
(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) WebhookTemplateEntity
(HttpMethod httpMethod, String headers, String jsonPayload, String name) WebhookToSave
(String name, String payload, String headers, String url, HttpMethod method, String uuid, String planResultKey, Long deploymentResultId, String event, int retries) WebhookToSend
(String name, String payload, HttpHeaders headers, String url, HttpMethod method, String uuid, String planResultKey, Long deploymentResultId, String event, VariableSubstitutor variableSubstitutor) -
Uses of HttpMethod in com.atlassian.bamboo.ww2.actions.admin.webhook
Modifier and TypeMethodDescriptionvoid
ConfigureWebhookTemplates.setHttpMethod
(HttpMethod httpMethod)