Uses of Class
software.amazon.awssdk.services.codebuild.model.ReportType
-
Packages that use ReportType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportType Modifier and Type Method Description static ReportTypeReportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportTypeCreateReportGroupRequest. type()The type of report group.ReportTypeReport. type()The type of the report that was run.ReportTypeReportGroup. type()The type of theReportGroup.static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. 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 ReportType Modifier and Type Method Description static Set<ReportType>ReportType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ReportType Modifier and Type Method Description CreateReportGroupRequest.BuilderCreateReportGroupRequest.Builder. type(ReportType type)The type of report group.Report.BuilderReport.Builder. type(ReportType type)The type of the report that was run.ReportGroup.BuilderReportGroup.Builder. type(ReportType type)The type of theReportGroup.
-