@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.527Z") @Stability(value=Stable) public interface CodeCommitSourceVariables extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.actions.*;
CodeCommitSourceVariables codeCommitSourceVariables = CodeCommitSourceVariables.builder()
.authorDate("authorDate")
.branchName("branchName")
.commitId("commitId")
.commitMessage("commitMessage")
.committerDate("committerDate")
.repositoryName("repositoryName")
.build();
| 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 © 2022. All rights reserved.