Uses of Class
org.kohsuke.jnt.JNIssueComponent

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

Uses of JNIssueComponent in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNIssueComponent
 JNIssueComponent JNIssueTracker.getComponent(String name)
          Gets an issue tracker component by its name.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNIssueComponent
 Map<String,JNIssueComponent> JNIssueTracker.getComponents()
          Returns the components in this issue tracker.
 

Constructors in org.kohsuke.jnt with parameters of type JNIssueComponent
JNIssueSubcomponent(JNIssueComponent component, String name)
           
 



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