Uses of Class
com.oracle.bmc.devops.model.MetricName
-
Packages that use MetricName Package Description com.oracle.bmc.devops.model -
-
Uses of MetricName in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return MetricName Modifier and Type Method Description static MetricName
MetricName. create(String key)
MetricName
RepositoryMetricSummary. getMetricName()
Type of metricstatic 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.Methods in com.oracle.bmc.devops.model that return types with arguments of type MetricName Modifier and Type Method Description List<MetricName>
RepositoryAnalyticsDetails. getRepositoryMetrics()
The name of the metric to be filtered.List<MetricName>
SummarizeProjectRepositoryAnalyticsDetails. getRepositoryMetrics()
The name of the metric to be filtered.List<MetricName>
SummarizeRepositoryAnalyticsDetails. getRepositoryMetrics()
The name of the metric to be filtered.Methods in com.oracle.bmc.devops.model with parameters of type MetricName Modifier and Type Method Description RepositoryMetricSummary.Builder
RepositoryMetricSummary.Builder. metricName(MetricName metricName)
Type of metricMethod parameters in com.oracle.bmc.devops.model with type arguments of type MetricName Modifier and Type Method Description 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.SummarizeRepositoryAnalyticsDetails.Builder
SummarizeRepositoryAnalyticsDetails.Builder. repositoryMetrics(List<MetricName> repositoryMetrics)
The name of the metric to be filtered.Constructors in com.oracle.bmc.devops.model with parameters of type MetricName Constructor Description RepositoryMetricSummary(MetricName metricName, Long durationInSeconds, Map<String,String> dimensions, Long startTimestampInEpochSeconds, Double count, Double sum)
Deprecated.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type MetricName Constructor 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.
-