| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ReportGroupType |
ReportGroupProps.getType()
The type of report group.
|
ReportGroupType |
ReportGroupProps.Jsii$Proxy.getType() |
protected ReportGroupType |
ReportGroup.getType() |
static ReportGroupType |
ReportGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportGroupType[] |
ReportGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportGroupProps.Builder |
ReportGroupProps.Builder.type(ReportGroupType type)
Sets the value of
ReportGroupProps.getType() |
ReportGroup.Builder |
ReportGroup.Builder.type(ReportGroupType type)
The type of report group.
|
Copyright © 2022. All rights reserved.