Uses of Interface
software.amazon.awscdk.services.codebuild.ISource
-
Uses of ISource in software.amazon.awscdk.services.codebuild
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISource
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Source provider definition for a CodeBuild Project.Modifier and TypeMethodDescriptionstatic ISource
Source.bitBucket
(BitBucketSourceProps props) static ISource
Source.codeCommit
(CodeCommitSourceProps props) default ISource
ProjectProps.getSource()
The source of the build.final ISource
ProjectProps.Jsii$Proxy.getSource()
static ISource
Source.gitHub
(GitHubSourceProps props) static ISource
Source.gitHubEnterprise
(GitHubEnterpriseSourceProps props) static ISource
Source.s3
(S3SourceProps props) Modifier and TypeMethodDescriptionProjectProps.getSecondarySources()
The secondary sources for the Project.ProjectProps.Jsii$Proxy.getSecondarySources()
Modifier and TypeMethodDescriptionvoid
Project.addSecondarySource
(ISource secondarySource) Adds a secondary source to the Project.The source of the build.Sets the value ofProjectProps.getSource()
Modifier and TypeMethodDescriptionProject.Builder.secondarySources
(List<? extends ISource> secondarySources) The secondary sources for the Project.ProjectProps.Builder.secondarySources
(List<? extends ISource> secondarySources) Sets the value ofProjectProps.getSecondarySources()