Uses of Class
software.amazon.awssdk.services.codebuild.model.StatusType
-
Packages that use StatusType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of StatusType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return StatusType Modifier and Type Method Description StatusTypeBuildBatch. buildBatchStatus()The status of the batch build.StatusTypeBuild. buildStatus()The current status of the build.StatusTypeBuildSummary. buildStatus()The status of the build group.static StatusTypeStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusTypeBuildBatchPhase. phaseStatus()The current status of the batch build phase.StatusTypeBuildPhase. phaseStatus()The current status of the build phase.StatusTypeBuildBatchFilter. status()The status of the batch builds to retrieve.static StatusTypeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusType[]StatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type StatusType Modifier and Type Method Description static Set<StatusType>StatusType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type StatusType Modifier and Type Method Description BuildBatch.BuilderBuildBatch.Builder. buildBatchStatus(StatusType buildBatchStatus)The status of the batch build.Build.BuilderBuild.Builder. buildStatus(StatusType buildStatus)The current status of the build.BuildSummary.BuilderBuildSummary.Builder. buildStatus(StatusType buildStatus)The status of the build group.BuildBatchPhase.BuilderBuildBatchPhase.Builder. phaseStatus(StatusType phaseStatus)The current status of the batch build phase.BuildPhase.BuilderBuildPhase.Builder. phaseStatus(StatusType phaseStatus)The current status of the build phase.BuildBatchFilter.BuilderBuildBatchFilter.Builder. status(StatusType status)The status of the batch builds to retrieve.
-