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 |
getBranch()
The branch to use.
|
software.amazon.awscdk.Secret |
getOauthToken()
A GitHub OAuth token to use for authentication.
|
String |
getOutputArtifactName()
The name of the source's output artifact.
|
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.
|
Number |
getRunOrder()
The runOrder property for this Action.
|
software.amazon.awscdk.services.codepipeline.api.IStage |
getStage()
The Pipeline Stage to add this Action to.
|
void |
setBranch(String value)
The branch to use.
|
void |
setOauthToken(software.amazon.awscdk.Secret value)
A GitHub OAuth token to use for authentication.
|
void |
setOutputArtifactName(String value)
The name of the source's output artifact.
|
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 |
setRunOrder(Number value)
The runOrder property for this Action.
|
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 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 String getOutputArtifactName()
getOutputArtifactName in interface GitHubSourceActionPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface GitHubSourceActionProps@Nullable public Boolean getPollForSourceChanges()
getPollForSourceChanges in interface GitHubSourceActionPropspublic void setPollForSourceChanges(@Nullable Boolean value)
setPollForSourceChanges in interface GitHubSourceActionProps@Nullable public Number getRunOrder()
getRunOrder in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic void setRunOrder(@Nullable Number value)
setRunOrder in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropshttps://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.htmlpublic software.amazon.awscdk.services.codepipeline.api.IStage getStage()
getStage in interface software.amazon.awscdk.services.codepipeline.api.CommonActionConstructPropspublic void setStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
setStage in interface software.amazon.awscdk.services.codepipeline.api.CommonActionConstructPropsCopyright © 2018. All rights reserved.