| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.clone() |
Project |
UpdateProjectResult.getProject()
Information about the build project that was changed.
|
Project |
CreateProjectResult.getProject()
Information about the build project that was created.
|
Project |
Project.withArn(String arn)
The Amazon Resource Name (ARN) of the build project.
|
Project |
Project.withArtifacts(ProjectArtifacts artifacts)
Information about the build output artifacts for the build project.
|
Project |
Project.withBadge(ProjectBadge badge)
Information about the build badge for the build project.
|
Project |
Project.withBuildBatchConfig(ProjectBuildBatchConfig buildBatchConfig)
A ProjectBuildBatchConfig object that defines the batch build options for the project.
|
Project |
Project.withCache(ProjectCache cache)
Information about the cache for the build project.
|
Project |
Project.withCreated(Date created)
When the build project was created, expressed in Unix time format.
|
Project |
Project.withDescription(String description)
A description that makes the build project easy to identify.
|
Project |
Project.withEncryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output
artifacts.
|
Project |
Project.withEnvironment(ProjectEnvironment environment)
Information about the build environment for this build project.
|
Project |
Project.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Project |
Project.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Project |
Project.withLastModified(Date lastModified)
When the build project's settings were last modified, expressed in Unix time format.
|
Project |
Project.withLogsConfig(LogsConfig logsConfig)
Information about logs for the build project.
|
Project |
Project.withName(String name)
The name of the build project.
|
Project |
Project.withQueuedTimeoutInMinutes(Integer queuedTimeoutInMinutes)
The number of minutes a build is allowed to be queued before it times out.
|
Project |
Project.withSecondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)
An array of
ProjectArtifacts objects. |
Project |
Project.withSecondaryArtifacts(ProjectArtifacts... secondaryArtifacts)
An array of
ProjectArtifacts objects. |
Project |
Project.withSecondarySources(Collection<ProjectSource> secondarySources)
An array of
ProjectSource objects. |
Project |
Project.withSecondarySources(ProjectSource... secondarySources)
An array of
ProjectSource objects. |
Project |
Project.withSecondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Project |
Project.withSecondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)
An array of
ProjectSourceVersion objects. |
Project |
Project.withServiceRole(String serviceRole)
The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with
dependent AWS services on behalf of the AWS account.
|
Project |
Project.withSource(ProjectSource source)
Information about the build input source code for this build project.
|
Project |
Project.withSourceVersion(String sourceVersion)
A version of the build input to be built for this project.
|
Project |
Project.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
Project |
Project.withTags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
Project |
Project.withTimeoutInMinutes(Integer timeoutInMinutes)
How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before timing out any related build that
did not get marked as completed.
|
Project |
Project.withVpcConfig(VpcConfig vpcConfig)
Information about the VPC configuration that AWS CodeBuild accesses.
|
Project |
Project.withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
BatchGetProjectsResult.getProjects()
Information about the requested build projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProjectResult.setProject(Project project)
Information about the build project that was changed.
|
void |
CreateProjectResult.setProject(Project project)
Information about the build project that was created.
|
UpdateProjectResult |
UpdateProjectResult.withProject(Project project)
Information about the build project that was changed.
|
CreateProjectResult |
CreateProjectResult.withProject(Project project)
Information about the build project that was created.
|
BatchGetProjectsResult |
BatchGetProjectsResult.withProjects(Project... projects)
Information about the requested build projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetProjectsResult.setProjects(Collection<Project> projects)
Information about the requested build projects.
|
BatchGetProjectsResult |
BatchGetProjectsResult.withProjects(Collection<Project> projects)
Information about the requested build projects.
|
Copyright © 2020. All rights reserved.