Uses of Class
com.io7m.changelog.core.CChange
-
Packages that use CChange Package Description com.io7m.changelog.core Core types. -
-
Uses of CChange in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CChange Modifier and Type Method Description CChangeCChange.Builder. build()Builds a newCChange.static CChangeCChange. copyOf(CChangeType instance)Creates an immutable copy of aCChangeTypevalue.static CChangeCChange. of(ZonedDateTime date, String summary, io.vavr.collection.List<CTicketID> tickets, Optional<? extends CModuleName> module, boolean backwardsCompatible)Construct a new immutableCChangeinstance.CChangeCChange. withBackwardsCompatible(boolean value)Copy the current immutable object by setting a value for thebackwardsCompatibleattribute.CChangeCChange. withDate(ZonedDateTime value)Copy the current immutable object by setting a value for thedateattribute.CChangeCChange. withModule(CModuleName value)Copy the current immutable object by setting a present value for the optionalmoduleattribute.CChangeCChange. withModule(Optional<? extends CModuleName> optional)Copy the current immutable object by setting an optional value for themoduleattribute.CChangeCChange. withSummary(String value)Copy the current immutable object by setting a value for thesummaryattribute.CChangeCChange. withTickets(io.vavr.collection.List<CTicketID> value)Methods in com.io7m.changelog.core that return types with arguments of type CChange Modifier and Type Method Description io.vavr.collection.List<CChange>CRelease. changes()io.vavr.collection.List<CChange>CReleaseType. changes()Methods in com.io7m.changelog.core with parameters of type CChange Modifier and Type Method Description CRelease.BuilderCRelease.Builder. addChanges(CChange element)CRelease.BuilderCRelease.Builder. addChanges(CChange... elements)Method parameters in com.io7m.changelog.core with type arguments of type CChange Modifier and Type Method Description CRelease.BuilderCRelease.Builder. addAllChanges(Iterable<CChange> element)static CReleaseCRelease. of(ZonedDateTime date, io.vavr.collection.List<CChange> changes, String ticketSystemID, CVersionType version)Construct a new immutableCReleaseinstance.CRelease.BuilderCRelease.Builder. setChanges(io.vavr.collection.List<CChange> elements)CRelease.BuilderCRelease.Builder. setIterableChanges(Iterable<CChange> elements)CReleaseCRelease. withChanges(io.vavr.collection.List<CChange> value)
-