Uses of Class
org.kohsuke.jnt.IssueResolution

Packages that use IssueResolution
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
 

Uses of IssueResolution in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return IssueResolution
 IssueResolution JNIssue.getResolution()
          Gets the resolution of this issue.
static IssueResolution IssueResolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueResolution[] IssueResolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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