Package com.io7m.changelog.core
Class CTicketIDs
java.lang.Object
com.io7m.changelog.core.CTicketIDs
Functions over ticket IDs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe maximum length of a ticket ID.static final PatternThe pattern that defines a valid ticket ID, not including the length of the name. -
Method Summary
-
Field Details
-
VALID_NAME_LENGTH
public static final int VALID_NAME_LENGTHThe maximum length of a ticket ID. -
VALID_NAMES
The pattern that defines a valid ticket ID, not including the length of the name.
-
-
Method Details
-
isValid
- Parameters:
name- The name- Returns:
trueiff the ticket ID is valid
-