Uses of Class
org.kohsuke.jnt.IssueEditor

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 IssueEditor.appendToWhiteBoard(String words)
          Append new words to the status whiteboard
 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.
 



Copyright © 2003-2008 Kohsuke Kawaguchi. All Rights Reserved.