| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method | Description |
|---|---|---|
CItem |
CItem.Builder.build() |
Builds a new
CItem. |
static CItem |
CItem.copyOf(CItemType instance) |
Creates an immutable copy of a
CItemType value. |
static CItem |
CItem.of(java.time.LocalDate date,
java.lang.String summary,
java.lang.Iterable<java.lang.String> tickets,
CChangeType type) |
Construct a new immutable
CItem instance. |
static CItem |
CItem.of(java.time.LocalDate date,
java.lang.String summary,
java.util.List<java.lang.String> tickets,
CChangeType type) |
Construct a new immutable
CItem instance. |
CItem |
CItem.withDate(java.time.LocalDate value) |
Copy the current immutable object by setting a value for the
date attribute. |
CItem |
CItem.withSummary(java.lang.String value) |
Copy the current immutable object by setting a value for the
summary attribute. |
CItem |
CItem.withTickets(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of
tickets. |
CItem |
CItem.withTickets(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of
tickets. |
CItem |
CItem.withType(CChangeType value) |
Copy the current immutable object by setting a value for the
type attribute. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<CItem> |
CRelease.items() |
|
java.util.List<CItem> |
CReleaseType.items() |
| Modifier and Type | Method | Description |
|---|---|---|
CRelease.Builder |
CRelease.Builder.addItems(CItem element) |
Adds one element to
items list. |
CRelease.Builder |
CRelease.Builder.addItems(CItem... elements) |
Adds elements to
items list. |
CRelease |
CRelease.withItems(CItem... elements) |
Copy the current immutable object with elements that replace the content of
items. |
| Modifier and Type | Method | Description |
|---|---|---|
CRelease.Builder |
CRelease.Builder.addAllItems(java.lang.Iterable<? extends CItem> elements) |
Adds elements to
items list. |
static CRelease |
CRelease.of(java.time.LocalDate date,
java.lang.Iterable<? extends CItem> items,
java.lang.String ticketSystemID,
CVersionType version) |
Construct a new immutable
CRelease instance. |
static CRelease |
CRelease.of(java.time.LocalDate date,
java.util.List<CItem> items,
java.lang.String ticketSystemID,
CVersionType version) |
Construct a new immutable
CRelease instance. |
CRelease.Builder |
CRelease.Builder.setItems(java.lang.Iterable<? extends CItem> elements) |
Sets or replaces all elements for
items list. |
CRelease |
CRelease.withItems(java.lang.Iterable<? extends CItem> elements) |
Copy the current immutable object with elements that replace the content of
items. |
Copyright © 2017 <code@io7m.com> http://io7m.com