Uses of Interface
software.amazon.awscdk.services.codebuild.BuildEnvironment
Packages that use BuildEnvironment
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
-
Uses of BuildEnvironment in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return BuildEnvironmentModifier and TypeMethodDescriptiondefault BuildEnvironmentCodeBuildOptions.getBuildEnvironment()Partial build environment, will be combined with other build environments that apply.final BuildEnvironmentCodeBuildOptions.Jsii$Proxy.getBuildEnvironment()CodeBuildStep.getBuildEnvironment()Build environment.default BuildEnvironmentCodeBuildStepProps.getBuildEnvironment()Changes to environment.final BuildEnvironmentCodeBuildStepProps.Jsii$Proxy.getBuildEnvironment()Methods in software.amazon.awscdk.pipelines with parameters of type BuildEnvironmentModifier and TypeMethodDescriptionCodeBuildOptions.Builder.buildEnvironment(BuildEnvironment buildEnvironment) Sets the value ofCodeBuildOptions.getBuildEnvironment()CodeBuildStep.Builder.buildEnvironment(BuildEnvironment buildEnvironment) Changes to environment.CodeBuildStepProps.Builder.buildEnvironment(BuildEnvironment buildEnvironment) Sets the value ofCodeBuildStepProps.getBuildEnvironment() -
Uses of BuildEnvironment in software.amazon.awscdk.services.codebuild
Classes in software.amazon.awscdk.services.codebuild that implement BuildEnvironmentMethods in software.amazon.awscdk.services.codebuild that return BuildEnvironmentModifier and TypeMethodDescriptionBuildEnvironment.Builder.build()Builds the configured instance.default BuildEnvironmentCommonProjectProps.getEnvironment()Build environment to use for the build.final BuildEnvironmentCommonProjectProps.Jsii$Proxy.getEnvironment()final BuildEnvironmentPipelineProjectProps.Jsii$Proxy.getEnvironment()final BuildEnvironmentProjectProps.Jsii$Proxy.getEnvironment()Methods in software.amazon.awscdk.services.codebuild with parameters of type BuildEnvironmentModifier and TypeMethodDescriptionCommonProjectProps.Builder.environment(BuildEnvironment environment) Sets the value ofCommonProjectProps.getEnvironment()PipelineProject.Builder.environment(BuildEnvironment environment) Build environment to use for the build.PipelineProjectProps.Builder.environment(BuildEnvironment environment) Sets the value ofCommonProjectProps.getEnvironment()Project.Builder.environment(BuildEnvironment environment) Build environment to use for the build.ProjectProps.Builder.environment(BuildEnvironment environment) Sets the value ofCommonProjectProps.getEnvironment()IBindableBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.IBindableBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.IBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.IBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.IBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.LinuxArmBuildImage.validate(BuildEnvironment buildEnvironment) Validates by checking the BuildEnvironments' images are not Lambda ComputeTypes.LinuxArmLambdaBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.LinuxBuildImage.validate(BuildEnvironment env) Allows the image a chance to validate whether the passed configuration is correct.LinuxGpuBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.LinuxLambdaBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.MacBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.WindowsBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.