public static final class GitHubSourceActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitHubSourceActionProps
software.amazon.jsii.JsiiObject.InitializationModeGitHubSourceActionProps.Builder, GitHubSourceActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactName()
The name of the source's output artifact.
|
String |
getBranch()
The branch to use.
|
software.amazon.awscdk.Secret |
getOauthToken()
A GitHub OAuth token to use for authentication.
|
String |
getOwner()
The GitHub account/user that owns the repo.
|
Boolean |
getPollForSourceChanges()
Whether or not AWS CodePipeline should poll for source changes
|
String |
getRepo()
The name of the repo, without the username.
|
software.amazon.awscdk.services.codepipeline.api.IStage |
getStage()
The Pipeline Stage to add this Action to.
|
void |
setArtifactName(String value)
The name of the source's output artifact.
|
void |
setBranch(String value)
The branch to use.
|
void |
setOauthToken(software.amazon.awscdk.Secret value)
A GitHub OAuth token to use for authentication.
|
void |
setOwner(String value)
The GitHub account/user that owns the repo.
|
void |
setPollForSourceChanges(Boolean value)
Whether or not AWS CodePipeline should poll for source changes
|
void |
setRepo(String value)
The name of the repo, without the username.
|
void |
setStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
The Pipeline Stage to add this Action to.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getArtifactName()
getArtifactName in interface GitHubSourceActionPropspublic void setArtifactName(String value)
setArtifactName in interface GitHubSourceActionPropspublic software.amazon.awscdk.Secret getOauthToken()
getOauthToken in interface GitHubSourceActionPropspublic void setOauthToken(software.amazon.awscdk.Secret value)
setOauthToken in interface GitHubSourceActionPropspublic String getOwner()
getOwner in interface GitHubSourceActionPropspublic void setOwner(String value)
setOwner in interface GitHubSourceActionPropspublic String getRepo()
getRepo in interface GitHubSourceActionPropspublic void setRepo(String value)
setRepo in interface GitHubSourceActionProps@Nullable public String getBranch()
getBranch in interface GitHubSourceActionPropspublic void setBranch(@Nullable String value)
setBranch in interface GitHubSourceActionProps@Nullable public Boolean getPollForSourceChanges()
getPollForSourceChanges in interface GitHubSourceActionPropspublic void setPollForSourceChanges(@Nullable Boolean value)
setPollForSourceChanges in interface GitHubSourceActionPropspublic software.amazon.awscdk.services.codepipeline.api.IStage getStage()
getStage in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropspublic void setStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
setStage in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropsCopyright © 2018. All rights reserved.