Uses of Enum Class
software.amazon.awscdk.services.codebuild.ReportGroupType
Packages that use ReportGroupType
-
Uses of ReportGroupType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return ReportGroupTypeModifier and TypeMethodDescriptionprotected ReportGroupTypeReportGroup.getType()default ReportGroupTypeReportGroupProps.getType()The type of report group.final ReportGroupTypeReportGroupProps.Jsii$Proxy.getType()static ReportGroupTypeReturns the enum constant of this class with the specified name.static ReportGroupType[]ReportGroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type ReportGroupTypeModifier and TypeMethodDescriptionReportGroup.Builder.type(ReportGroupType type) The type of report group.ReportGroupProps.Builder.type(ReportGroupType type) Sets the value ofReportGroupProps.getType()