Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeRepositoryAnalyticsDetails.GroupBy |
SummarizeRepositoryAnalyticsDetails.GroupBy.create(String key) |
SummarizeRepositoryAnalyticsDetails.GroupBy |
SummarizeRepositoryAnalyticsDetails.getGroupBy()
Attribute by which metric data has to be grouped
|
static SummarizeRepositoryAnalyticsDetails.GroupBy |
SummarizeRepositoryAnalyticsDetails.GroupBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeRepositoryAnalyticsDetails.GroupBy[] |
SummarizeRepositoryAnalyticsDetails.GroupBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeRepositoryAnalyticsDetails.Builder |
SummarizeRepositoryAnalyticsDetails.Builder.groupBy(SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)
Attribute by which metric data has to be grouped
|
Constructor and Description |
---|
SummarizeRepositoryAnalyticsDetails(String authorEmail,
List<MetricName> repositoryMetrics,
SummarizeRepositoryAnalyticsDetails.AggregationDuration aggregationDuration,
Date startTime,
Date endTime,
SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.