@Stability(value=Experimental) @Internal public static final class GitHubSourceVariables.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitHubSourceVariables
GitHubSourceVariablessoftware.amazon.jsii.JsiiObject.InitializationModeGitHubSourceVariables.Builder, GitHubSourceVariables.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String authorDate,
String branchName,
String commitId,
String commitMessage,
String committerDate,
String commitUrl,
String repositoryName)
Constructor that initializes the object based on literal property values passed by the
GitHubSourceVariables.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getAuthorDate()
GitHubSourceVariablesgetAuthorDate in interface GitHubSourceVariablespublic final String getBranchName()
GitHubSourceVariablesgetBranchName in interface GitHubSourceVariablespublic final String getCommitId()
GitHubSourceVariablesgetCommitId in interface GitHubSourceVariablespublic final String getCommitMessage()
GitHubSourceVariablesgetCommitMessage in interface GitHubSourceVariablespublic final String getCommitterDate()
GitHubSourceVariablesgetCommitterDate in interface GitHubSourceVariablespublic final String getCommitUrl()
GitHubSourceVariablesgetCommitUrl in interface GitHubSourceVariablespublic final String getRepositoryName()
GitHubSourceVariablesgetRepositoryName in interface GitHubSourceVariables@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.