Uses of Class
com.io7m.changelog.core.CTicketSystem
-
Packages that use CTicketSystem Package Description com.io7m.changelog.core Core types. -
-
Uses of CTicketSystem in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CTicketSystem Modifier and Type Method Description CTicketSystemCTicketSystem.Builder. build()Builds a newCTicketSystem.static CTicketSystemCTicketSystem. copyOf(CTicketSystemType instance)Creates an immutable copy of aCTicketSystemTypevalue.static CTicketSystemCTicketSystem. of(String id, URI uri, boolean isDefault)Construct a new immutableCTicketSysteminstance.CTicketSystemCTicketSystem. withDefault(boolean value)Copy the current immutable object by setting a value for thedefaultattribute.CTicketSystemCTicketSystem. withId(String value)Copy the current immutable object by setting a value for theidattribute.CTicketSystemCTicketSystem. withUri(URI value)Copy the current immutable object by setting a value for theuriattribute.Methods in com.io7m.changelog.core that return types with arguments of type CTicketSystem Modifier and Type Method Description io.vavr.collection.Map<String,CTicketSystem>CChangelog. ticketSystems()io.vavr.collection.Map<String,CTicketSystem>CChangelogType. ticketSystems()Methods in com.io7m.changelog.core with parameters of type CTicketSystem Modifier and Type Method Description CChangelog.BuilderCChangelog.Builder. putTicketSystems(String key, CTicketSystem value)Method parameters in com.io7m.changelog.core with type arguments of type CTicketSystem Modifier and Type Method Description static CChangelogCChangelog. of(CProjectName project, io.vavr.collection.SortedMap<CVersionType,CRelease> releases, io.vavr.collection.Map<String,CTicketSystem> ticketSystems)Construct a new immutableCChangeloginstance.CChangelog.BuilderCChangelog.Builder. putEntryTicketSystems(io.vavr.Tuple2<String,CTicketSystem> entry)CChangelog.BuilderCChangelog.Builder. setEntriesTicketSystems(Iterable<io.vavr.Tuple2<String,CTicketSystem>> entries)CChangelog.BuilderCChangelog.Builder. setJavaMapTicketSystems(Map<String,CTicketSystem> in_map)CChangelog.BuilderCChangelog.Builder. setTicketSystems(io.vavr.collection.Map<String,CTicketSystem> elements)CChangelogCChangelog. withTicketSystems(io.vavr.collection.Map<String,CTicketSystem> value)
-