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()default BuildEnvironmentShellScriptActionProps.getEnvironment()Deprecated.final BuildEnvironmentShellScriptActionProps.Jsii$Proxy.getEnvironment()Deprecated.final BuildEnvironmentSimpleSynthActionProps.Jsii$Proxy.getEnvironment()Deprecated.default BuildEnvironmentSimpleSynthOptions.getEnvironment()Deprecated.final BuildEnvironmentSimpleSynthOptions.Jsii$Proxy.getEnvironment()Deprecated.final BuildEnvironmentStandardNpmSynthOptions.Jsii$Proxy.getEnvironment()Deprecated.final BuildEnvironmentStandardYarnSynthOptions.Jsii$Proxy.getEnvironment()Deprecated.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()ShellScriptAction.Builder.environment(BuildEnvironment environment) Deprecated.ShellScriptActionProps.Builder.environment(BuildEnvironment environment) Deprecated.SimpleSynthAction.Builder.environment(BuildEnvironment environment) Deprecated.SimpleSynthActionProps.Builder.environment(BuildEnvironment environment) Deprecated.SimpleSynthOptions.Builder.environment(BuildEnvironment environment) Deprecated.StandardNpmSynthOptions.Builder.environment(BuildEnvironment environment) Deprecated.StandardYarnSynthOptions.Builder.environment(BuildEnvironment environment) Deprecated. -
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 BuildEnvironment computeType as aarch64 images only support ComputeType.SMALL and ComputeType.LARGE.LinuxBuildImage.validate(BuildEnvironment __) 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.WindowsBuildImage.validate(BuildEnvironment buildEnvironment) Allows the image a chance to validate whether the passed configuration is correct.