Uses of Interface
software.amazon.awscdk.services.codebuild.BuildEnvironment
-
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.