Class ReferenceEvent
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codecommit.ReferenceEvent
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:38.259Z")
@Stability(Stable)
public class ReferenceEvent
extends software.amazon.jsii.JsiiObject
Fields of CloudWatch Events that change references.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReferenceEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedReferenceEvent(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringCommit id this reference now points to.static StringThe type of reference event.static StringFull reference name.static StringName of reference changed (branch or tag name).static StringType of reference changed.static StringId of the CodeCommit repository.static StringName of the CodeCommit repository.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ReferenceEvent
protected ReferenceEvent(software.amazon.jsii.JsiiObjectRef objRef) -
ReferenceEvent
protected ReferenceEvent(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
getCommitId
Commit id this reference now points to. -
getEventType
The type of reference event.'referenceCreated', 'referenceUpdated' or 'referenceDeleted'
-
getReferenceFullName
Full reference name.For example, 'refs/tags/myTag'
-
getReferenceName
Name of reference changed (branch or tag name). -
getReferenceType
Type of reference changed.'branch' or 'tag'
-
getRepositoryId
Id of the CodeCommit repository. -
getRepositoryName
Name of the CodeCommit repository.
-