Interface CChangeType

All Known Implementing Classes:
CChange

@Immutable public interface CChangeType
A change within a specific release.
  • Method Details

    • date

      Returns:
      The change date
    • summary

      String summary()
      Returns:
      The change summary
    • tickets

      List<CTicketID> tickets()
      Returns:
      The change tickets
    • module

      Returns:
      The module that this change affects
    • backwardsCompatible

      @Default default boolean backwardsCompatible()
      Returns:
      true iff the change is backwards compatible