Uses of Class
software.amazon.awssdk.services.codebuild.model.PhaseContext
-
Packages that use PhaseContext Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of PhaseContext in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type PhaseContext Modifier and Type Method Description List<PhaseContext>BuildBatchPhase. contexts()Additional information about the batch build phase.List<PhaseContext>BuildPhase. contexts()Additional information about a build phase, especially to help troubleshoot a failed build.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type PhaseContext Modifier and Type Method Description BuildBatchPhase.BuilderBuildBatchPhase.Builder. contexts(PhaseContext... contexts)Additional information about the batch build phase.BuildPhase.BuilderBuildPhase.Builder. contexts(PhaseContext... contexts)Additional information about a build phase, especially to help troubleshoot a failed build.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type PhaseContext Modifier and Type Method Description BuildBatchPhase.BuilderBuildBatchPhase.Builder. contexts(Collection<PhaseContext> contexts)Additional information about the batch build phase.BuildPhase.BuilderBuildPhase.Builder. contexts(Collection<PhaseContext> contexts)Additional information about a build phase, especially to help troubleshoot a failed build.
-