| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method and Description |
|---|---|
static CItem |
CItem.newItem(List<String> in_tickets,
String in_summary,
Date in_date,
CChangeType in_type)
Construct a new changelog item.
|
| Modifier and Type | Method and Description |
|---|---|
List<CItem> |
CRelease.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static CRelease |
CRelease.newRelease(String in_ticket_system_id,
Date in_date,
CVersionType in_version,
List<CItem> in_items)
Construct a new release.
|
Copyright © 2016 <code@io7m.com> http://io7m.com