Uses of Interface
software.amazon.awscdk.services.codebuild.ISource
Packages that use ISource
-
Uses of ISource in software.amazon.awscdk.services.codebuild
Subinterfaces of ISource in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISource.Classes in software.amazon.awscdk.services.codebuild that implement ISourceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classSource provider definition for a CodeBuild Project.Methods in software.amazon.awscdk.services.codebuild that return ISourceModifier and TypeMethodDescriptionstatic ISourceSource.bitBucket(BitBucketSourceProps props) static ISourceSource.codeCommit(CodeCommitSourceProps props) default ISourceProjectProps.getSource()The source of the build.final ISourceProjectProps.Jsii$Proxy.getSource()static ISourceSource.gitHub(GitHubSourceProps props) static ISourceSource.gitHubEnterprise(GitHubEnterpriseSourceProps props) static ISourceSource.s3(S3SourceProps props) Methods in software.amazon.awscdk.services.codebuild that return types with arguments of type ISourceModifier and TypeMethodDescriptionProjectProps.getSecondarySources()The secondary sources for the Project.ProjectProps.Jsii$Proxy.getSecondarySources()Methods in software.amazon.awscdk.services.codebuild with parameters of type ISourceModifier and TypeMethodDescriptionvoidProject.addSecondarySource(ISource secondarySource) Adds a secondary source to the Project.The source of the build.Sets the value ofProjectProps.getSource()Method parameters in software.amazon.awscdk.services.codebuild with type arguments of type ISourceModifier 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()