| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method and Description |
|---|---|
CChangeType |
CItem.getType() |
static CChangeType |
CChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CChangeType[] |
CChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2015 <code@io7m.com> http://io7m.com