Package com.io7m.changelog.core
Interface CChangeType
- All Known Implementing Classes:
CChange
@Immutable
public interface CChangeType
A change within a specific release.
-
Method Details
-
date
ZonedDateTime date()- Returns:
- The change date
-
summary
String summary()- Returns:
- The change summary
-
tickets
- Returns:
- The change tickets
-
module
Optional<CModuleName> module()- Returns:
- The module that this change affects
-
backwardsCompatible
@Default default boolean backwardsCompatible()- Returns:
trueiff the change is backwards compatible
-