Package ru.slie.luna.issue
Interface Issue
- All Superinterfaces:
IssueContext,IssueInfo,IssueKey,WithId
- All Known Subinterfaces:
MutableIssue
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldValue(IssueField field) getOrigFieldValue(IssueField field) getRank()Methods inherited from interface ru.slie.luna.issue.IssueContext
getIssueType, getIssueTypeId, getProject, getProjectId, getProjectKeyMethods inherited from interface ru.slie.luna.issue.IssueInfo
getIssueType, getIssueTypeIdMethods inherited from interface ru.slie.luna.issue.IssueKey
getIssueNum, getKey, getProjectKey
-
Method Details
-
getParent
Issue getParent() -
getParentId
Long getParentId() -
getPriority
Priority getPriority()- Specified by:
getPriorityin interfaceIssueInfo
-
getPriorityId
Long getPriorityId()- Specified by:
getPriorityIdin interfaceIssueInfo
-
getSummary
String getSummary()- Specified by:
getSummaryin interfaceIssueInfo
-
getDescription
String getDescription() -
getCreator
User getCreator() -
getCreated
LocalDateTime getCreated() -
getUpdated
LocalDateTime getUpdated() -
getCreatorId
Long getCreatorId() -
getRank
LexoRank getRank() -
getLabels
-
getStatus
Status getStatus() -
getStatusId
Long getStatusId() -
getAuthor
User getAuthor() -
getAuthorId
Long getAuthorId() -
getAssignee
User getAssignee() -
getAssigneeId
Long getAssigneeId() -
getEstimate
Duration getEstimate() -
getTimeSpent
Duration getTimeSpent() -
getTimeLeft
Duration getTimeLeft() -
getSprint
Sprint getSprint() -
getSprintId
Long getSprintId() -
getFieldValue
-
getFieldValues
Map<IssueField,Object> getFieldValues() -
getOrigFieldValue
-
getOrigIssue
Issue getOrigIssue()
-