| | |
| | | |
| | | void addIssueHistory(Issue issue, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void addIssueHistory(Issue issue, User user, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void makeDescription(StringBuilder description, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void makeDescription(User user, StringBuilder description, IssueHistoryType issueHistoryType, String issueChangeDescription); |
| | | |
| | | void findIssueHistory(Map<String, Object> resJsonData, IssueHistoryCondition issueHistoryCondition); |
| | | |
| | |
| | | |
| | | void detectDownIssues(IssueHistoryType type, Issue issue, StringBuilder description); |
| | | |
| | | void detectSendIssueMail(IssueHistoryType type, IssueForm issueForm, StringBuilder description); |
| | | |
| | | void detectIssueCompany(IssueHistoryType type, Map<String, Object> param, IssueCompany issueCompany, StringBuilder description); |
| | | |
| | | void detectIssueIsp(IssueHistoryType type, Map<String, Object> param, IssueIsp issueIsp, StringBuilder description); |