Sha256: 7acc79fe48a4b078f5ba914e45a4a7184fb1d5098403b4a035f967c7e60e3f3d
Contents?: true
Size: 839 Bytes
Versions: 3
Compression:
Stored size: 839 Bytes
Contents
# Athenian::ReleaseSetInclude ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **users** | [**Hash<String, IncludedNativeUser>**](IncludedNativeUser.md) | Mapping user native (e.g., GitHub) login ID -> user details. The users are mentioned in the PRs from \"PullRequestSet.data\" or in the commits from \"FilterCommitsRequest.data\". | | | **jira** | [**Hash<String, LinkedJIRAIssue>**](LinkedJIRAIssue.md) | Mapping JIRA issue ID -> details. | [optional] | | **deployments** | [**Hash<String, DeploymentNotification>**](DeploymentNotification.md) | Mapping deployment names to their details. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::ReleaseSetInclude.new( users: null, jira: null, deployments: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/ReleaseSetInclude.md |
athenian-2.1.85 | docs/ReleaseSetInclude.md |
athenian-2.1.81 | docs/ReleaseSetInclude.md |