@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.391Z") public interface IBuildImage extends software.amazon.jsii.JsiiSerializable
LinuxBuildImage or WindowsBuildImage.| Modifier and Type | Interface and Description |
|---|---|
static class |
IBuildImage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeType |
getDefaultComputeType()
The default
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly. |
String |
getImageId()
The Docker image identifier that the build environment uses.
|
String |
getType()
The type of build environment.
|
Object |
runScriptBuildspec(String entrypoint)
Make a buildspec to run the indicated script
|
List<String> |
validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
ComputeType getDefaultComputeType()
ComputeType to use with this image,
if one was not specified in BuildEnvironment#computeType explicitly.String getImageId()
https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.htmlString getType()
Object runScriptBuildspec(String entrypoint)
List<String> validate(BuildEnvironment buildEnvironment)
buildEnvironment - the current build environmentCopyright © 2018. All rights reserved.