-
- All Known Implementing Classes:
CChange
@Immutable public interface CChangeTypeA change within a specific release.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanbackwardsCompatible()ZonedDateTimedate()Optional<CModuleName>module()Stringsummary()io.vavr.collection.List<CTicketID>tickets()
-
-
-
Method Detail
-
date
@Parameter ZonedDateTime date()
- Returns:
- The change date
-
summary
@Parameter String summary()
- Returns:
- The change summary
-
tickets
@Parameter io.vavr.collection.List<CTicketID> tickets()
- Returns:
- The change tickets
-
module
@Parameter Optional<CModuleName> module()
- Returns:
- The module that this change affects
-
backwardsCompatible
@Default @Parameter default boolean backwardsCompatible()
- Returns:
trueiff the change is backwards compatible
-
-