Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static MetricName |
MetricName.create(String key) |
MetricName |
RepositoryMetricSummary.getMetricName()
Type of metric
|
static MetricName |
MetricName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricName[] |
MetricName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<MetricName> |
SummarizeRepositoryAnalyticsDetails.getRepositoryMetrics()
The name of the metric to be filtered.
|
List<MetricName> |
RepositoryAnalyticsDetails.getRepositoryMetrics()
The name of the metric to be filtered.
|
List<MetricName> |
SummarizeProjectRepositoryAnalyticsDetails.getRepositoryMetrics()
The name of the metric to be filtered.
|
Modifier and Type | Method and Description |
---|---|
RepositoryMetricSummary.Builder |
RepositoryMetricSummary.Builder.metricName(MetricName metricName)
Type of metric
|
Modifier and Type | Method and Description |
---|---|
SummarizeRepositoryAnalyticsDetails.Builder |
SummarizeRepositoryAnalyticsDetails.Builder.repositoryMetrics(List<MetricName> repositoryMetrics)
The name of the metric to be filtered.
|
RepositoryAnalyticsDetails.Builder |
RepositoryAnalyticsDetails.Builder.repositoryMetrics(List<MetricName> repositoryMetrics)
The name of the metric to be filtered.
|
SummarizeProjectRepositoryAnalyticsDetails.Builder |
SummarizeProjectRepositoryAnalyticsDetails.Builder.repositoryMetrics(List<MetricName> repositoryMetrics)
The name of the metric to be filtered.
|
Constructor and Description |
---|
RepositoryMetricSummary(MetricName metricName,
Long durationInSeconds,
Map<String,String> dimensions,
Long startTimestampInEpochSeconds,
Double count,
Double sum)
Deprecated.
|
Constructor and Description |
---|
RepositoryAnalyticsDetails(String authorEmail,
List<MetricName> repositoryMetrics,
RepositoryAnalyticsDetails.AggregationDuration aggregationDuration,
Date startTime,
Date endTime,
RepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
|
SummarizeProjectRepositoryAnalyticsDetails(String authorEmail,
List<MetricName> repositoryMetrics,
SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration aggregationDuration,
Date startTime,
Date endTime,
SummarizeProjectRepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
|
SummarizeRepositoryAnalyticsDetails(String authorEmail,
List<MetricName> repositoryMetrics,
SummarizeRepositoryAnalyticsDetails.AggregationDuration aggregationDuration,
Date startTime,
Date endTime,
SummarizeRepositoryAnalyticsDetails.GroupBy groupBy)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.