@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.647Z") @Stability(value=Experimental) public interface CodeCommitSourceVariables extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeCommitSourceVariables.Builder
A builder for
CodeCommitSourceVariables |
static class |
CodeCommitSourceVariables.Jsii$Proxy
An implementation for
CodeCommitSourceVariables |
| Modifier and Type | Method and Description |
|---|---|
static CodeCommitSourceVariables.Builder |
builder() |
String |
getAuthorDate()
(experimental) The date the currently last commit on the tracked branch was authored, in ISO-8601 format.
|
String |
getBranchName()
(experimental) The name of the branch this action tracks.
|
String |
getCommitId()
(experimental) The SHA1 hash of the currently last commit on the tracked branch.
|
String |
getCommitMessage()
(experimental) The message of the currently last commit on the tracked branch.
|
String |
getCommitterDate()
(experimental) The date the currently last commit on the tracked branch was committed, in ISO-8601 format.
|
String |
getRepositoryName()
(experimental) The name of the repository this action points to.
|
@Stability(value=Experimental) @NotNull String getAuthorDate()
@Stability(value=Experimental) @NotNull String getBranchName()
@Stability(value=Experimental) @NotNull String getCommitId()
@Stability(value=Experimental) @NotNull String getCommitMessage()
@Stability(value=Experimental) @NotNull String getCommitterDate()
@Stability(value=Experimental) @NotNull String getRepositoryName()
@Stability(value=Experimental) static CodeCommitSourceVariables.Builder builder()
CodeCommitSourceVariables.Builder of CodeCommitSourceVariablesCopyright © 2021. All rights reserved.