Sha256: f9f7d26a55948c2415e11ef7da5728f1d50fe4ed335dce6bbb120a523f3cfa68

Contents?: true

Size: 1002 Bytes

Versions: 3

Compression:

Stored size: 1002 Bytes

Contents

# Athenian::DeploymentAnalysisCode

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **prs** | **Hash<String, Integer>** | Number of deployed pull requests per repository. |  |
| **lines_prs** | **Hash<String, Integer>** | Number of changed lines in the deployed PRs per repository. |  |
| **lines_overall** | **Hash<String, Integer>** | Number of changed lines in the deployment per repository. |  |
| **commits_prs** | **Hash<String, Integer>** | Number of deployed PR commits per repository. |  |
| **commits_overall** | **Hash<String, Integer>** | Number of deployed commits per repository. |  |
| **jira** | **Hash<String, Array<String>>** | JIRA issues mentioned in the deployed PRs. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::DeploymentAnalysisCode.new(
  prs: null,
  lines_prs: null,
  lines_overall: null,
  commits_prs: null,
  commits_overall: null,
  jira: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/DeploymentAnalysisCode.md
athenian-2.1.85 docs/DeploymentAnalysisCode.md
athenian-2.1.81 docs/DeploymentAnalysisCode.md