public enum BitbucketCloudWebhooksXEventHeader extends Enum<BitbucketCloudWebhooksXEventHeader>
Enum Constant and Description |
---|
PULLREQUEST_CREATED |
PULLREQUEST_FULFILLED |
PULLREQUEST_RECJECTED |
PULLREQUEST_UPDATED |
REPO_PUSH |
Modifier and Type | Method and Description |
---|---|
static Optional<BitbucketCloudWebhooksXEventHeader> |
getByName(@Nullable String name) |
static List<String> |
getValues() |
String |
toString() |
static BitbucketCloudWebhooksXEventHeader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitbucketCloudWebhooksXEventHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitbucketCloudWebhooksXEventHeader REPO_PUSH
public static final BitbucketCloudWebhooksXEventHeader PULLREQUEST_CREATED
public static final BitbucketCloudWebhooksXEventHeader PULLREQUEST_UPDATED
public static final BitbucketCloudWebhooksXEventHeader PULLREQUEST_FULFILLED
public static final BitbucketCloudWebhooksXEventHeader PULLREQUEST_RECJECTED
public static BitbucketCloudWebhooksXEventHeader[] values()
for (BitbucketCloudWebhooksXEventHeader c : BitbucketCloudWebhooksXEventHeader.values()) System.out.println(c);
public static BitbucketCloudWebhooksXEventHeader 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 toString()
toString
in class Enum<BitbucketCloudWebhooksXEventHeader>
public static Optional<BitbucketCloudWebhooksXEventHeader> getByName(@Nullable @Nullable String name)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.