@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:58.464Z") public interface GitHubSourceActionProps extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.services.codepipeline.api.CommonActionProps
GitHub source action.| Modifier and Type | Interface and Description |
|---|---|
static class |
GitHubSourceActionProps.Builder
A builder for
GitHubSourceActionProps |
static class |
GitHubSourceActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static GitHubSourceActionProps.Builder |
builder() |
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.
|
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.
|
String getArtifactName()
void setArtifactName(String value)
software.amazon.awscdk.Secret getOauthToken()
void setOauthToken(software.amazon.awscdk.Secret value)
String getOwner()
void setOwner(String value)
String getRepo()
void setRepo(String value)
String getBranch()
void setBranch(String value)
Boolean getPollForSourceChanges()
void setPollForSourceChanges(Boolean value)
static GitHubSourceActionProps.Builder builder()
builder in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropsGitHubSourceActionProps.Builder of GitHubSourceActionPropsCopyright © 2018. All rights reserved.