|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueTrackerUpdateException | |
|---|---|
| net.thucydides.plugins.jira.model | |
| net.thucydides.plugins.jira.service | |
| Uses of IssueTrackerUpdateException in net.thucydides.plugins.jira.model |
|---|
| Methods in net.thucydides.plugins.jira.model that throw IssueTrackerUpdateException | |
|---|---|
void |
IssueTracker.addComment(String issueKey,
String commentText)
Add a new comment to the specified issue in the remote issue tracking system. |
void |
IssueTracker.doTransition(String issueKey,
String status)
|
List<IssueComment> |
IssueTracker.getCommentsFor(String issueKey)
|
String |
IssueTracker.getStatusFor(String issueKey)
|
| Uses of IssueTrackerUpdateException in net.thucydides.plugins.jira.service |
|---|
| Methods in net.thucydides.plugins.jira.service that throw IssueTrackerUpdateException | |
|---|---|
void |
JiraIssueTracker.addComment(String issueKey,
String commentText)
Add a comment to the specified issue. |
void |
JiraIssueTracker.doTransition(String issueKey,
String workflowAction)
|
List<IssueComment> |
JiraIssueTracker.getCommentsFor(String issueKey)
Return the comments associated with the specified issue. |
String |
JiraIssueTracker.getStatusFor(String issueKey)
Return the current status for a given JIRA issue. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||