Uses of Class
com.atlassian.bamboo.event.WebhookTemplateEventType
-
Packages that use WebhookTemplateEventType Package Description com.atlassian.bamboo.event -
-
Uses of WebhookTemplateEventType in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return WebhookTemplateEventType Modifier and Type Method Description static WebhookTemplateEventType
WebhookTemplateEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebhookTemplateEventType[]
WebhookTemplateEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.event with parameters of type WebhookTemplateEventType Constructor Description WebhookTemplateEvent(WebhookTemplateEventType eventType)
-