@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.378Z") @Stability(value=Stable) public class ReferenceEvent extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
ReferenceEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ReferenceEvent(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommitId()
Commit id this reference now points to.
|
static String |
getEventType()
The type of reference event.
|
static String |
getReferenceFullName()
Full reference name.
|
static String |
getReferenceName()
Name of reference changed (branch or tag name).
|
static String |
getReferenceType()
Type of reference changed.
|
static String |
getRepositoryId()
Id of the CodeCommit repository.
|
static String |
getRepositoryName()
Name of the CodeCommit repository.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ReferenceEvent(software.amazon.jsii.JsiiObjectRef objRef)
protected ReferenceEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static String getCommitId()
@Stability(value=Stable) @NotNull public static String getEventType()
'referenceCreated', 'referenceUpdated' or 'referenceDeleted'
@Stability(value=Stable) @NotNull public static String getReferenceFullName()
For example, 'refs/tags/myTag'
@Stability(value=Stable) @NotNull public static String getReferenceName()
@Stability(value=Stable) @NotNull public static String getReferenceType()
'branch' or 'tag'
@Stability(value=Stable) @NotNull public static String getRepositoryId()
@Stability(value=Stable) @NotNull public static String getRepositoryName()
Copyright © 2022. All rights reserved.