Uses of Class
org.kohsuke.jnt.Priority

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

Uses of Priority in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return Priority
 Priority JNIssue.getPriority()
          Gets the priority of this issue.
static Priority Priority.valueOf(int p)
          Obtains the constant by their priority value.
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.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.