-
- All Known Implementing Classes:
CChangelog
@Immutable public interface CChangelogTypeThe type of changelogs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.CProjectNameproject()io.vavr.collection.SortedMap<CVersionType,CRelease>releases()io.vavr.collection.Map<String,CTicketSystem>ticketSystems()
-
-
-
Method Detail
-
project
@Parameter CProjectName project()
- Returns:
- The project name
-
releases
@Parameter io.vavr.collection.SortedMap<CVersionType,CRelease> releases()
- Returns:
- The list of releases
-
ticketSystems
@Parameter io.vavr.collection.Map<String,CTicketSystem> ticketSystems()
- Returns:
- The ticket systems
-
checkPreconditions
@Check default void checkPreconditions()
Check preconditions for the type.
-
-