|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IssueEditor | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
Uses of IssueEditor in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return IssueEditor | |
---|---|
IssueEditor |
IssueEditor.accept()
Accepts an issue |
IssueEditor |
JNIssue.beginEdit()
|
IssueEditor |
IssueEditor.close()
Marks the issue as closed. |
IssueEditor |
IssueEditor.duplicateOf(JNIssue issue)
Marks this issue as a duplicate of another issue. |
IssueEditor |
IssueEditor.reopen()
Reopens an issue |
IssueEditor |
IssueEditor.resolve(IssueResolution resolution)
Marks the issue as resolved, with the specified resolution. |
IssueEditor |
IssueEditor.setPriority(Priority p)
Sets the priority. |
IssueEditor |
IssueEditor.setType(IssueType type)
Sets the issue type. |
IssueEditor |
IssueEditor.verify()
Marks the issue as verified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |