Uses of Class
software.amazon.awscdk.services.codebuild.BuildSpec
Packages that use BuildSpec
Package
Description
CDK Pipelines
AWS Amplify Construct Library
AWS CodeBuild Construct Library
-
Uses of BuildSpec in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return BuildSpecModifier and TypeMethodDescriptiondefault BuildSpec
CodeBuildOptions.getPartialBuildSpec()
Partial buildspec, will be combined with other buildspecs that apply.final BuildSpec
CodeBuildOptions.Jsii$Proxy.getPartialBuildSpec()
CodeBuildStep.getPartialBuildSpec()
Additional configuration that can only be configured via BuildSpec.default BuildSpec
CodeBuildStepProps.getPartialBuildSpec()
Additional configuration that can only be configured via BuildSpec.final BuildSpec
CodeBuildStepProps.Jsii$Proxy.getPartialBuildSpec()
Methods in software.amazon.awscdk.pipelines with parameters of type BuildSpecModifier and TypeMethodDescriptionCodeBuildOptions.Builder.partialBuildSpec
(BuildSpec partialBuildSpec) Sets the value ofCodeBuildOptions.getPartialBuildSpec()
CodeBuildStep.Builder.partialBuildSpec
(BuildSpec partialBuildSpec) Additional configuration that can only be configured via BuildSpec.CodeBuildStepProps.Builder.partialBuildSpec
(BuildSpec partialBuildSpec) Sets the value ofCodeBuildStepProps.getPartialBuildSpec()
-
Uses of BuildSpec in software.amazon.awscdk.services.amplify.alpha
Methods in software.amazon.awscdk.services.amplify.alpha that return BuildSpecModifier and TypeMethodDescriptiondefault BuildSpec
AppProps.getBuildSpec()
(experimental) BuildSpec for the application.final BuildSpec
AppProps.Jsii$Proxy.getBuildSpec()
default BuildSpec
AutoBranchCreation.getBuildSpec()
(experimental) Build spec for the auto created branch.final BuildSpec
AutoBranchCreation.Jsii$Proxy.getBuildSpec()
default BuildSpec
BranchOptions.getBuildSpec()
(experimental) BuildSpec for the branch.final BuildSpec
BranchOptions.Jsii$Proxy.getBuildSpec()
final BuildSpec
BranchProps.Jsii$Proxy.getBuildSpec()
Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type BuildSpecModifier and TypeMethodDescription(experimental) BuildSpec for the application.Sets the value ofAppProps.getBuildSpec()
Sets the value ofAutoBranchCreation.getBuildSpec()
(experimental) BuildSpec for the branch.Sets the value ofBranchOptions.getBuildSpec()
Sets the value ofBranchOptions.getBuildSpec()
-
Uses of BuildSpec in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return BuildSpecModifier and TypeMethodDescriptionstatic BuildSpec
Use the contents of a local file as the build spec string.static BuildSpec
BuildSpec.fromObject
(Map<String, ? extends Object> value) static BuildSpec
BuildSpec.fromObjectToYaml
(Map<String, ? extends Object> value) Create a buildspec from an object that will be rendered as YAML in the resulting CloudFormation template.static BuildSpec
BuildSpec.fromSourceFilename
(String filename) Use a file from the source as buildspec.default BuildSpec
CommonProjectProps.getBuildSpec()
Filename or contents of buildspec in JSON format.final BuildSpec
CommonProjectProps.Jsii$Proxy.getBuildSpec()
final BuildSpec
PipelineProjectProps.Jsii$Proxy.getBuildSpec()
final BuildSpec
ProjectProps.Jsii$Proxy.getBuildSpec()
default BuildSpec
IBindableBuildImage.Jsii$Default.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.final BuildSpec
IBindableBuildImage.Jsii$Proxy.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.default BuildSpec
IBuildImage.Jsii$Default.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.final BuildSpec
IBuildImage.Jsii$Proxy.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.IBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.LinuxArmBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.LinuxArmLambdaBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.LinuxBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.LinuxGpuBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.LinuxLambdaBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.MacBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.WindowsBuildImage.runScriptBuildspec
(String entrypoint) Make a buildspec to run the indicated script.Methods in software.amazon.awscdk.services.codebuild with parameters of type BuildSpecModifier and TypeMethodDescriptionSets the value ofCommonProjectProps.getBuildSpec()
Filename or contents of buildspec in JSON format.Sets the value ofCommonProjectProps.getBuildSpec()
Filename or contents of buildspec in JSON format.Sets the value ofCommonProjectProps.getBuildSpec()