public interface WebhookTemplate extends BambooObject, NameProvider
Modifier and Type | Method and Description |
---|---|
String |
getHeaders()
Returns unparsed headers.
|
org.springframework.http.HttpMethod |
getHttpMethod()
Return Http Method.
|
String |
getPayload()
Returns http request body.
|
void |
setHeaders(String headers) |
void |
setHttpMethod(org.springframework.http.HttpMethod httpMethod) |
void |
setName(String name) |
void |
setPayload(String payload) |
setId
getId
getName
org.springframework.http.HttpMethod getHttpMethod()
HttpMethod.POST
HttpMethod.GET
HttpMethod.PUT
HttpMethod.DELETE
void setHttpMethod(org.springframework.http.HttpMethod httpMethod)
String getHeaders()
void setHeaders(String headers)
String getPayload()
void setPayload(String payload)
void setName(String name)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.