Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration |
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration.create(String key) |
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration |
SummarizeProjectRepositoryAnalyticsDetails.getAggregationDuration()
Metrics aggregated for the defined period.
|
static SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration |
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration[] |
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeProjectRepositoryAnalyticsDetails.Builder |
SummarizeProjectRepositoryAnalyticsDetails.Builder.aggregationDuration(SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration aggregationDuration)
Metrics aggregated for the defined period.
|
Constructor and Description |
---|
SummarizeProjectRepositoryAnalyticsDetails(String authorEmail,
List<MetricName> repositoryMetrics,
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration aggregationDuration,
Date startTime,
Date endTime,
SummarizeProjectRepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.