| Package | Description |
|---|---|
| com.io7m.changelog.text |
Functions for serializing changelogs to plain text.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CChangelogTextWriterConfiguration.Builder |
CChangelogTextWriterConfiguration.builder() |
Creates a builder for
CChangelogTextWriterConfiguration. |
CChangelogTextWriterConfiguration.Builder |
CChangelogTextWriterConfiguration.Builder.from(CChangelogTextWriterConfigurationType instance) |
Fill a builder with attribute values from the provided
CChangelogTextWriterConfigurationType instance. |
CChangelogTextWriterConfiguration.Builder |
CChangelogTextWriterConfiguration.Builder.setRelease(CVersionType release) |
Initializes the optional value
release to release. |
CChangelogTextWriterConfiguration.Builder |
CChangelogTextWriterConfiguration.Builder.setRelease(java.util.Optional<? extends CVersionType> release) |
Initializes the optional value
release to release. |
CChangelogTextWriterConfiguration.Builder |
CChangelogTextWriterConfiguration.Builder.setShowDates(boolean showDates) |
Initializes the value for the
showDates attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com