@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.522Z") @Stability(value=Experimental) public enum RepositoryNotificationEvents extends Enum<RepositoryNotificationEvents>
https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-repositories| Enum Constant and Description |
|---|
APPROVAL_RULE_OVERRIDDEN
(experimental) Trigger notifications when approval rule is overridden.
|
APPROVAL_STATUS_CHANGED
(experimental) Trigger notification when approval status changed.
|
BRANCH_OR_TAG_CREATED
(experimental) Trigger notification when a branch or tag is created.
|
BRANCH_OR_TAG_DELETED
(experimental) Trigger notification when a branch or tag is deleted.
|
BRANCH_OR_TAG_UPDATED
(experimental) Trigger notification when a branch or tag is updated.
|
COMMIT_COMMENT
(experimental) Trigger notication when comment made on commit.
|
PULL_REQUEST_COMMENT
(experimental) Trigger notification when comment made on pull request.
|
PULL_REQUEST_CREATED
(experimental) Trigger notification when pull request created.
|
PULL_REQUEST_MERGED
(experimental) Trigger notification when pull requset is merged.
|
PULL_REQUEST_SOURCE_UPDATED
(experimental) Trigger notification when pull request source updated.
|
PULL_REQUEST_STATUS_CHANGED
(experimental) 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=Experimental) public static final RepositoryNotificationEvents COMMIT_COMMENT
@Stability(value=Experimental) public static final RepositoryNotificationEvents PULL_REQUEST_COMMENT
@Stability(value=Experimental) public static final RepositoryNotificationEvents APPROVAL_STATUS_CHANGED
@Stability(value=Experimental) public static final RepositoryNotificationEvents APPROVAL_RULE_OVERRIDDEN
@Stability(value=Experimental) public static final RepositoryNotificationEvents PULL_REQUEST_CREATED
@Stability(value=Experimental) public static final RepositoryNotificationEvents PULL_REQUEST_SOURCE_UPDATED
@Stability(value=Experimental) public static final RepositoryNotificationEvents PULL_REQUEST_STATUS_CHANGED
@Stability(value=Experimental) public static final RepositoryNotificationEvents PULL_REQUEST_MERGED
@Stability(value=Experimental) public static final RepositoryNotificationEvents BRANCH_OR_TAG_CREATED
@Stability(value=Experimental) public static final RepositoryNotificationEvents BRANCH_OR_TAG_DELETED
@Stability(value=Experimental) 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.