public static final class CChangelog.Builder extends Object
CChangelog.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final CChangelog.Builder from(CChangelogType instance)
CChangelogType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final CChangelog.Builder setProject(CProjectName project)
project attribute.project - The value for projectthis builder for use in a chained invocationpublic CChangelog.Builder putReleases(CVersionType key, CRelease value)
public CChangelog.Builder putEntryReleases(io.vavr.Tuple2<CVersionType,CRelease> entry)
public CChangelog.Builder setReleases(io.vavr.collection.SortedMap<CVersionType,CRelease> elements)
public CChangelog.Builder setJavaMapReleases(Map<CVersionType,CRelease> in_map)
public CChangelog.Builder setMapReleases(io.vavr.collection.Map<CVersionType,CRelease> in_map)
public CChangelog.Builder setEntriesReleases(Iterable<io.vavr.Tuple2<CVersionType,CRelease>> entries)
public CChangelog.Builder putTicketSystems(String key, CTicketSystem value)
public CChangelog.Builder putEntryTicketSystems(io.vavr.Tuple2<String,CTicketSystem> entry)
public CChangelog.Builder setTicketSystems(io.vavr.collection.Map<String,CTicketSystem> elements)
public CChangelog.Builder setJavaMapTicketSystems(Map<String,CTicketSystem> in_map)
public CChangelog.Builder setEntriesTicketSystems(Iterable<io.vavr.Tuple2<String,CTicketSystem>> entries)
public CChangelog build()
CChangelog.IllegalStateException - if any required attributes are missingCopyright © 2018 <code@io7m.com> http://io7m.com