@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.389Z") public class CodeCommitSource extends BuildSource
| Modifier | Constructor and Description |
|---|---|
protected |
CodeCommitSource(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
CodeCommitSource(software.amazon.awscdk.services.codecommit.RepositoryRef repo) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Project project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
software.amazon.awscdk.services.codecommit.RepositoryRef |
getRepo() |
ProjectResource.SourceProperty |
toSourceJSON() |
protected CodeCommitSource(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CodeCommitSource(software.amazon.awscdk.services.codecommit.RepositoryRef repo)
public void bind(Project project)
bind in class BuildSourcepublic ProjectResource.SourceProperty toSourceJSON()
toSourceJSON in class BuildSourcepublic software.amazon.awscdk.services.codecommit.RepositoryRef getRepo()
Copyright © 2018. All rights reserved.