Sha256: 5dba387313e43151ce69b2d38d3462d593daf683523b10e292c7dd21a39278fc

Contents?: true

Size: 777 Bytes

Versions: 3

Compression:

Stored size: 777 Bytes

Contents

# Athenian::ReleaseNames

## 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.  |  |
| **names** | **Array<String>** | List of release names. For tag releases, those are the tag names. For branch releases, those are commit hashes. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::ReleaseNames.new(
  repository: github.com/athenianco/athenian-webapp,
  names: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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