@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:16.606Z") @Stability(value=Stable) 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()
The date the currently last commit on the tracked branch was authored, in ISO-8601 format.
|
String |
getBranchName()
The name of the branch this action tracks.
|
String |
getCommitId()
The SHA1 hash of the currently last commit on the tracked branch.
|
String |
getCommitMessage()
The message of the currently last commit on the tracked branch.
|
String |
getCommitterDate()
The date the currently last commit on the tracked branch was committed, in ISO-8601 format.
|
String |
getRepositoryName()
The name of the repository this action points to.
|
@Stability(value=Stable) @NotNull String getAuthorDate()
@Stability(value=Stable) @NotNull String getBranchName()
@Stability(value=Stable) @NotNull String getCommitId()
@Stability(value=Stable) @NotNull String getCommitMessage()
@Stability(value=Stable) @NotNull String getCommitterDate()
@Stability(value=Stable) @NotNull String getRepositoryName()
@Stability(value=Stable) static CodeCommitSourceVariables.Builder builder()
CodeCommitSourceVariables.Builder of CodeCommitSourceVariablesCopyright © 2021. All rights reserved.