@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:00.223Z") @Stability(value=Experimental) public interface GitHubSourceVariables extends software.amazon.jsii.JsiiSerializable
| 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()
(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 |
getCommitUrl()
(experimental) The GitHub API URL of the currently last commit on the tracked branch.
|
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 getCommitUrl()
@Stability(value=Experimental) @NotNull String getRepositoryName()
@Stability(value=Experimental) static GitHubSourceVariables.Builder builder()
GitHubSourceVariables.Builder of GitHubSourceVariablesCopyright © 2021. All rights reserved.