@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.552Z") @Stability(value=Experimental) public interface ProjectProps extends software.amazon.jsii.JsiiSerializable, CommonProjectProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectProps.Builder
A builder for
ProjectProps |
static class |
ProjectProps.Jsii$Proxy
An implementation for
ProjectProps |
| Modifier and Type | Method and Description |
|---|---|
static ProjectProps.Builder |
builder() |
default IArtifacts |
getArtifacts()
(experimental) Defines where build artifacts will be stored.
|
default List<IArtifacts> |
getSecondaryArtifacts()
(experimental) The secondary artifacts for the Project.
|
default List<ISource> |
getSecondarySources()
(experimental) The secondary sources for the Project.
|
default ISource |
getSource()
(experimental) The source of the build.
|
getAllowAllOutbound, getBadge, getBuildSpec, getCache, getCheckSecretsInPlainTextEnvVariables, getConcurrentBuildLimit, getDescription, getEncryptionKey, getEnvironment, getEnvironmentVariables, getFileSystemLocations, getGrantReportGroupPermissions, getLogging, getProjectName, getQueuedTimeout, getRole, getSecurityGroups, getSubnetSelection, getTimeout, getVpc@Stability(value=Experimental) @Nullable default IArtifacts getArtifacts()
Could be: PipelineBuildArtifacts, NoArtifacts and S3Artifacts.
Default: NoArtifacts
@Stability(value=Experimental) @Nullable default List<IArtifacts> getSecondaryArtifacts()
Can also be added after the Project has been created by using the {@link Project#addSecondaryArtifact} method.
Default: - No secondary artifacts.
https://docs.aws.amazon.com/codebuild/latest/userguide/sample-multi-in-out.html@Stability(value=Experimental) @Nullable default List<ISource> getSecondarySources()
Can be also added after the Project has been created by using the {@link Project#addSecondarySource} method.
Default: - No secondary sources.
https://docs.aws.amazon.com/codebuild/latest/userguide/sample-multi-in-out.html@Stability(value=Experimental) @Nullable default ISource getSource()
Note: if {@link NoSource} is given as the source,
then you need to provide an explicit buildSpec.
Default: - NoSource
@Stability(value=Experimental) static ProjectProps.Builder builder()
builder in interface CommonProjectPropsProjectProps.Builder of ProjectPropsCopyright © 2021. All rights reserved.