Uses of Enum Class
software.amazon.awscdk.services.codebuild.WindowsImageType
Packages that use WindowsImageType
-
Uses of WindowsImageType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return WindowsImageTypeModifier and TypeMethodDescriptionstatic WindowsImageTypeReturns the enum constant of this class with the specified name.static WindowsImageType[]WindowsImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type WindowsImageTypeModifier and TypeMethodDescriptionstatic IBuildImageWindowsBuildImage.fromAsset(software.constructs.Construct scope, String id, DockerImageAssetProps props, WindowsImageType imageType) Uses an Docker image asset as a Windows build image.static IBuildImageWindowsBuildImage.fromDockerRegistry(String name, DockerImageOptions options, WindowsImageType imageType) static IBuildImageWindowsBuildImage.fromEcrRepository(IRepository repository, String tagOrDigest, WindowsImageType imageType)