@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.379Z") @Stability(value=Stable) public enum RepositoryNotificationEvents extends Enum<RepositoryNotificationEvents>
| Enum Constant and Description |
|---|
APPROVAL_RULE_OVERRIDDEN
Trigger notifications when approval rule is overridden.
|
APPROVAL_STATUS_CHANGED
Trigger notification when approval status changed.
|
BRANCH_OR_TAG_CREATED
Trigger notification when a branch or tag is created.
|
BRANCH_OR_TAG_DELETED
Trigger notification when a branch or tag is deleted.
|
BRANCH_OR_TAG_UPDATED
Trigger notification when a branch or tag is updated.
|
COMMIT_COMMENT
Trigger notication when comment made on commit.
|
PULL_REQUEST_COMMENT
Trigger notification when comment made on pull request.
|
PULL_REQUEST_CREATED
Trigger notification when pull request created.
|
PULL_REQUEST_MERGED
Trigger notification when pull requset is merged.
|
PULL_REQUEST_SOURCE_UPDATED
Trigger notification when pull request source updated.
|
PULL_REQUEST_STATUS_CHANGED
Trigger notification when pull request status is changed.
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryNotificationEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryNotificationEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final RepositoryNotificationEvents COMMIT_COMMENT
@Stability(value=Stable) public static final RepositoryNotificationEvents PULL_REQUEST_COMMENT
@Stability(value=Stable) public static final RepositoryNotificationEvents APPROVAL_STATUS_CHANGED
@Stability(value=Stable) public static final RepositoryNotificationEvents APPROVAL_RULE_OVERRIDDEN
@Stability(value=Stable) public static final RepositoryNotificationEvents PULL_REQUEST_CREATED
@Stability(value=Stable) public static final RepositoryNotificationEvents PULL_REQUEST_SOURCE_UPDATED
@Stability(value=Stable) public static final RepositoryNotificationEvents PULL_REQUEST_STATUS_CHANGED
@Stability(value=Stable) public static final RepositoryNotificationEvents PULL_REQUEST_MERGED
@Stability(value=Stable) public static final RepositoryNotificationEvents BRANCH_OR_TAG_CREATED
@Stability(value=Stable) public static final RepositoryNotificationEvents BRANCH_OR_TAG_DELETED
@Stability(value=Stable) public static final RepositoryNotificationEvents BRANCH_OR_TAG_UPDATED
public static RepositoryNotificationEvents[] values()
for (RepositoryNotificationEvents c : RepositoryNotificationEvents.values()) System.out.println(c);
public static RepositoryNotificationEvents 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 nullCopyright © 2022. All rights reserved.