Sha256: 4d37673cbde51938115d11e62581f9db4751273804421924b4797e3d32321889

Contents?: true

Size: 703 Bytes

Versions: 3

Compression:

Stored size: 703 Bytes

Contents

# Athenian::DeploymentAnalysis

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | [**DeploymentAnalysisCode**](DeploymentAnalysisCode.md) |  |  |
| **prs** | [**Array<DeployedPullRequest>**](DeployedPullRequest.md) | List of deployed pull requests. | [optional] |
| **releases** | [**Array<DeployedRelease>**](DeployedRelease.md) | Deployed releases. The format matches `FilteredRelease` except that `prs` is the number of released pull requests instead of a list. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::DeploymentAnalysis.new(
  code: null,
  prs: null,
  releases: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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