Uses of Interface
com.io7m.changelog.core.CReleaseType
-
Packages that use CReleaseType Package Description com.io7m.changelog.core Core types. -
-
Uses of CReleaseType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CReleaseType Modifier and Type Class Description classCReleaseA specific release in a changelog.Methods in com.io7m.changelog.core with parameters of type CReleaseType Modifier and Type Method Description static CReleaseCRelease. copyOf(CReleaseType instance)Creates an immutable copy of aCReleaseTypevalue.CRelease.BuilderCRelease.Builder. from(CReleaseType instance)Fill a builder with attribute values from the providedCReleaseTypeinstance.
-