Sha256: 4abbcd2a9f107c095d2a6c66dc1e482a44c892351cc4755ce3006dcdd82ce27c
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 KB
Contents
# Athenian::CalculatedPullRequestMetrics ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **calculated** | [**Array<CalculatedPullRequestMetricsItem>**](CalculatedPullRequestMetricsItem.md) | Values of the requested metrics through time. | | | **metrics** | [**Array<PullRequestMetricID>**](PullRequestMetricID.md) | Repeats `PullRequestMetricsRequest.metrics`. | | | **date_from** | **Date** | Repeats `PullRequestMetricsRequest.date_from`. | | | **date_to** | **Date** | Repeats `PullRequestMetricsRequest.date_to`. | | | **timezone** | **Integer** | Local time zone offset in minutes, used to adjust `date_from` and `date_to`. | [optional] | | **granularities** | **Array<String>** | The splits of the specified time range. | | | **quantiles** | **Array<Float>** | Cut the distributions at certain quantiles. The default values are [0, 1] which means no cutting. | [optional] | | **exclude_inactive** | **Boolean** | Repeats `PullRequestMetricsRequest.exclude_inactive`. | | ## Example ```ruby require 'athenian' instance = Athenian::CalculatedPullRequestMetrics.new( calculated: null, metrics: null, date_from: null, date_to: null, timezone: null, granularities: null, quantiles: [0,0.95], exclude_inactive: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/CalculatedPullRequestMetrics.md |
athenian-2.1.85 | docs/CalculatedPullRequestMetrics.md |
athenian-2.1.81 | docs/CalculatedPullRequestMetrics.md |