Interface ProjectParseResult
public interface ProjectParseResult
-
Method Summary
-
Method Details
-
getStartDate
LocalDateTime getStartDate() -
getFinishDate
LocalDateTime getFinishDate() -
getIssueCount
long getIssueCount() -
getCommentCount
long getCommentCount() -
getWorklogCount
long getWorklogCount() -
getWatcherCount
long getWatcherCount() -
getAttachmentCount
long getAttachmentCount() -
getChangeGroupCount
long getChangeGroupCount() -
getChangeItemCount
long getChangeItemCount() -
getErrors
Map<String,MessageSet> getErrors() -
isValid
boolean isValid()
-