Sha256: 254085feebf4b2b0885a776159dce493bd6ef9011c300fe82653cbb1c1e65f89
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# Athenian::ForSetDevelopers ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **repositories** | **Array<String>** | Set of repositories. An empty list raises a bad response 400. Duplicates are automatically ignored. | | | **developers** | **Object** | | | | **repogroups** | **Object** | | [optional] | | **aggregate_devgroups** | **Object** | | [optional] | | **labels_include** | **Array<String>** | PRs must be labeled with at least one name from this list so that the related metrics include them. | [optional] | | **labels_exclude** | **Array<String>** | PRs must not be labeled with any name from this list so that the related metrics exclude them. | [optional] | | **jira** | [**JIRAFilter**](JIRAFilter.md) | | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::ForSetDevelopers.new( repositories: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"], developers: null, repogroups: null, aggregate_devgroups: null, labels_include: null, labels_exclude: null, jira: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/ForSetDevelopers.md |
athenian-2.1.85 | docs/ForSetDevelopers.md |
athenian-2.1.81 | docs/ForSetDevelopers.md |