Class RestWebhookTemplate
- java.lang.Object
-
- com.atlassian.bamboo.testutils.rest.entity.RestWebhookTemplate
-
@Immutable public class RestWebhookTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description RestWebhookTemplate(String name, String payload, String headers, UUID uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHeaders()
String
getName()
String
getPayload()
UUID
getUuid()
-