public final class CItem extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getDate() |
String |
getSummary() |
List<String> |
getTickets() |
CChangeType |
getType() |
int |
hashCode() |
static CItem |
newItem(List<String> in_tickets,
String in_summary,
Date in_date,
CChangeType in_type)
Construct a new changelog item.
|
public static CItem newItem(List<String> in_tickets, String in_summary, Date in_date, CChangeType in_type)
in_tickets - The list of ticketsin_summary - The summaryin_date - The datein_type - The typepublic Date getDate()
public String getSummary()
public CChangeType getType()
Copyright © 2016 <code@io7m.com> http://io7m.com