Interface WorkItem
public interface WorkItem
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(String comment) voidchangeStatus(String status) Status is Id value.Return Status Name as String.getType()getURL()voidsetDescription(String value) void
-
Method Details
-
getInternalId
Long getInternalId() -
getNumber
String getNumber() -
getDescription
String getDescription() -
setDescription
-
getType
String getType() -
setType
-
getURL
String getURL() -
addComment
-
changeStatus
Status is Id value.- Parameters:
status-
-
getStatus
String getStatus()Return Status Name as String.- Returns:
-