Uses of Class
org.kohsuke.jnt.IssueType

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

Uses of IssueType in org.kohsuke.jnt
 

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

Methods in org.kohsuke.jnt with parameters of type IssueType
 T AbstractIssueEditor.setType(IssueType type)
          Sets the issue type.
 



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