Sha256: 82ea9deb5c66dad84232fcadc887aa6b2105b76c02dad3ee4519e0199f290c74

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

# Athenian::DeployedPullRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **repository** | **String** | Repository name which uniquely identifies any repository in any service provider. The format matches the repository URL without the protocol part. No \".git\" should be appended. We support a special syntax for repository sets: \"{reposet id}\" adds all the repositories from the given set.  |  |
| **additions** | **Integer** |  |  |
| **author** | [**ReleasedPullRequestAuthor**](ReleasedPullRequestAuthor.md) |  |  |
| **created** | **Time** | When this PR was created. |  |
| **deletions** | **Integer** |  |  |
| **jira** | **Array<String>** | Mapped JIRA issue IDs. | [optional] |
| **number** | **Integer** |  |  |
| **title** | **String** |  |  |

## Example

```ruby
require 'athenian'

instance = Athenian::DeployedPullRequest.new(
  repository: github.com/athenianco/athenian-webapp,
  additions: null,
  author: null,
  created: null,
  deletions: null,
  jira: null,
  number: null,
  title: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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