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)
           
 

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

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



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