Uses of Enum Class
com.atlassian.bamboo.web.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in com.atlassian.bamboo.web
Methods in com.atlassian.bamboo.web that return HttpMethodModifier and TypeMethodDescriptionstatic @Nullable HttpMethodResolve the given method value to anHttpMethod.static HttpMethodReturns 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
Fields in com.atlassian.bamboo.webhook with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<WebhookResponseDetailsEntity, HttpMethod> WebhookResponseDetailsEntity_.httpMethodstatic jakarta.persistence.metamodel.SingularAttribute<WebhookTemplateEntity, HttpMethod> WebhookTemplateEntity_.httpMethodMethods in com.atlassian.bamboo.webhook that return HttpMethodModifier and TypeMethodDescription@NotNull HttpMethodWebhookResponse.getHttpMethod()@NotNull HttpMethodWebhookResponseDetailsEntity.getHttpMethod()@NotNull HttpMethodWebhookResponseDto.getHttpMethod()WebhookTemplate.getHttpMethod()Return Http Method.WebhookTemplateEntity.getHttpMethod()DefaultWebhookResponseService.WebhookToSave.getMethod()WebhookToSend.getMethod()Methods in com.atlassian.bamboo.webhook that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionDefaultWebhookTemplateService.getSupportedMethods()WebhookTemplateService.getSupportedMethods()Methods in com.atlassian.bamboo.webhook with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidWebhookTemplate.setHttpMethod(HttpMethod httpMethod) voidWebhookTemplateEntity.setHttpMethod(HttpMethod httpMethod) WebhookTemplateEntity.Builder.withHttpMethod(HttpMethod httpMethod) Constructors in com.atlassian.bamboo.webhook with parameters of type HttpMethodModifierConstructorDescriptionWebhookResponseDto(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
Methods in com.atlassian.bamboo.ww2.actions.admin.webhook that return HttpMethodMethods in com.atlassian.bamboo.ww2.actions.admin.webhook that return types with arguments of type HttpMethodMethods in com.atlassian.bamboo.ww2.actions.admin.webhook with parameters of type HttpMethodModifier and TypeMethodDescriptionvoidConfigureWebhookTemplates.setHttpMethod(HttpMethod httpMethod)