Uses of Class
software.amazon.awssdk.services.codebuild.model.BuildPhase
-
Packages that use BuildPhase Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildPhase in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildPhase Modifier and Type Method Description List<BuildPhase>Build. phases()Information about all previous build phases that are complete and information about any current build phase that is not yet complete.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BuildPhase Modifier and Type Method Description Build.BuilderBuild.Builder. phases(BuildPhase... phases)Information about all previous build phases that are complete and information about any current build phase that is not yet complete.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type BuildPhase Modifier and Type Method Description Build.BuilderBuild.Builder. phases(Collection<BuildPhase> phases)Information about all previous build phases that are complete and information about any current build phase that is not yet complete.
-