| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectEnvironment |
ProjectEnvironment.clone() |
ProjectEnvironment |
CreateProjectRequest.getEnvironment()
Information about the build environment for the build project.
|
ProjectEnvironment |
Build.getEnvironment()
Information about the build environment for this build.
|
ProjectEnvironment |
UpdateProjectRequest.getEnvironment()
Information to be changed about the build environment for the build project.
|
ProjectEnvironment |
Project.getEnvironment()
Information about the build environment for this build project.
|
ProjectEnvironment |
ProjectEnvironment.withCertificate(String certificate)
The certificate to use with this build project.
|
ProjectEnvironment |
ProjectEnvironment.withComputeType(ComputeType computeType)
Information about the compute resources the build project will use.
|
ProjectEnvironment |
ProjectEnvironment.withComputeType(String computeType)
Information about the compute resources the build project will use.
|
ProjectEnvironment |
ProjectEnvironment.withEnvironmentVariables(Collection<EnvironmentVariable> environmentVariables)
A set of environment variables to make available to builds for this build project.
|
ProjectEnvironment |
ProjectEnvironment.withEnvironmentVariables(EnvironmentVariable... environmentVariables)
A set of environment variables to make available to builds for this build project.
|
ProjectEnvironment |
ProjectEnvironment.withImage(String image)
The ID of the Docker image to use for this build project.
|
ProjectEnvironment |
ProjectEnvironment.withPrivilegedMode(Boolean privilegedMode)
Enables running the Docker daemon inside a Docker container.
|
ProjectEnvironment |
ProjectEnvironment.withType(EnvironmentType type)
The type of build environment to use for related builds.
|
ProjectEnvironment |
ProjectEnvironment.withType(String type)
The type of build environment to use for related builds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setEnvironment(ProjectEnvironment environment)
Information about the build environment for the build project.
|
void |
Build.setEnvironment(ProjectEnvironment environment)
Information about the build environment for this build.
|
void |
UpdateProjectRequest.setEnvironment(ProjectEnvironment environment)
Information to be changed about the build environment for the build project.
|
void |
Project.setEnvironment(ProjectEnvironment environment)
Information about the build environment for this build project.
|
CreateProjectRequest |
CreateProjectRequest.withEnvironment(ProjectEnvironment environment)
Information about the build environment for the build project.
|
Build |
Build.withEnvironment(ProjectEnvironment environment)
Information about the build environment for this build.
|
UpdateProjectRequest |
UpdateProjectRequest.withEnvironment(ProjectEnvironment environment)
Information to be changed about the build environment for the build project.
|
Project |
Project.withEnvironment(ProjectEnvironment environment)
Information about the build environment for this build project.
|
Copyright © 2018. All rights reserved.