public interface Ticket
Modifier and Type | Field and Description |
---|---|
static String |
DONE_STATUS |
Modifier and Type | Method and Description |
---|---|
String |
getAuthors() |
String |
getCategory() |
List<Comment> |
getComments() |
String |
getContext() |
Date |
getCreationDate() |
String |
getCreationDateLabel() |
String |
getHtmlMessage() |
String |
getId() |
Date |
getLastUpdateDate() |
String |
getLastUpdateDateLabel() |
String |
getLatestEditor() |
String |
getMessage() |
int |
getPriority() |
Set<String> |
getReaders() |
String |
getScreenshot() |
String |
getShare() |
String |
getStatus() |
String |
getTitle() |
String |
getUrl() |
List<String> |
getUsers() |
boolean |
isDebugNote() |
boolean |
isDeleted() |
void |
onRead(String login) |
void |
onUpdate(String login) |
static final String DONE_STATUS
String getTitle()
String getMessage()
String getHtmlMessage()
String getContext()
String getUrl()
int getPriority()
String getStatus()
String getAuthors()
String getId()
String getCategory()
boolean isDebugNote()
Date getCreationDate()
Date getLastUpdateDate()
String getLatestEditor()
String getCreationDateLabel()
String getLastUpdateDateLabel()
boolean isDeleted()
String getShare()
String getScreenshot()
void onUpdate(String login)
void onRead(String login)
Copyright © 2012-2018. All Rights Reserved.