public enum BitbucketServerWebhookImplementation extends Enum<BitbucketServerWebhookImplementation> implements ModelObject
Enum Constant and Description |
---|
NATIVE
Native webhooks, available since Bitbucket Server 5.4.
|
PLUGIN
Plugin-based webhooks.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static BitbucketServerWebhookImplementation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitbucketServerWebhookImplementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitbucketServerWebhookImplementation PLUGIN
public static final BitbucketServerWebhookImplementation NATIVE
public static BitbucketServerWebhookImplementation[] values()
for (BitbucketServerWebhookImplementation c : BitbucketServerWebhookImplementation.values()) System.out.println(c);
public static BitbucketServerWebhookImplementation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDisplayName()
getDisplayName
in interface ModelObject
Copyright © 2016–2022. All rights reserved.