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