@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.539Z") @Stability(value=Stable) public interface GitHubSourceVariables 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.*;
GitHubSourceVariables gitHubSourceVariables = GitHubSourceVariables.builder()
.authorDate("authorDate")
.branchName("branchName")
.commitId("commitId")
.commitMessage("commitMessage")
.committerDate("committerDate")
.commitUrl("commitUrl")
.repositoryName("repositoryName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubSourceVariables.Builder
A builder for
GitHubSourceVariables |
static class |
GitHubSourceVariables.Jsii$Proxy
An implementation for
GitHubSourceVariables |
| Modifier and Type | Method and Description |
|---|---|
static GitHubSourceVariables.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 |
getCommitUrl()
The GitHub API URL of the currently last commit on the tracked branch.
|
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 getCommitUrl()
@Stability(value=Stable) @NotNull String getRepositoryName()
@Stability(value=Stable) static GitHubSourceVariables.Builder builder()
GitHubSourceVariables.Builder of GitHubSourceVariablesCopyright © 2022. All rights reserved.