Uses of Class
com.io7m.changelog.core.CChangelog
-
Packages that use CChangelog Package Description com.io7m.changelog.core Core types.com.io7m.changelog.parser.api Parser APIcom.io7m.changelog.writer.api Writer API.com.io7m.changelog.xml.api XML API. -
-
Uses of CChangelog in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CChangelog Modifier and Type Method Description CChangelogCChangelog.Builder. build()Builds a newCChangelog.static CChangelogCChangelog. copyOf(CChangelogType instance)Creates an immutable copy of aCChangelogTypevalue.static CChangelogCChangelog. of(CProjectName project, io.vavr.collection.SortedMap<CVersionType,CRelease> releases, io.vavr.collection.Map<String,CTicketSystem> ticketSystems)Construct a new immutableCChangeloginstance.CChangelogCChangelog. withProject(CProjectName value)Copy the current immutable object by setting a value for theprojectattribute.CChangelogCChangelog. withReleases(io.vavr.collection.SortedMap<CVersionType,CRelease> value)CChangelogCChangelog. withTicketSystems(io.vavr.collection.Map<String,CTicketSystem> value)Methods in com.io7m.changelog.core that return types with arguments of type CChangelog Modifier and Type Method Description static Optional<CChangelog>CChangelogFilters. upToAndIncluding(CChangelog changelog, CVersionType version, int count)Methods in com.io7m.changelog.core with parameters of type CChangelog Modifier and Type Method Description static Optional<CChangelog>CChangelogFilters. upToAndIncluding(CChangelog changelog, CVersionType version, int count) -
Uses of CChangelog in com.io7m.changelog.parser.api
Methods in com.io7m.changelog.parser.api that return CChangelog Modifier and Type Method Description CChangelogCChangelogParserType. parse() -
Uses of CChangelog in com.io7m.changelog.writer.api
Methods in com.io7m.changelog.writer.api with parameters of type CChangelog Modifier and Type Method Description voidCChangelogWriterType. write(CChangelog changelog) -
Uses of CChangelog in com.io7m.changelog.xml.api
Methods in com.io7m.changelog.xml.api that return CChangelog Modifier and Type Method Description CChangelogCXMLChangelogParserType. parse()
-