Uses of Class
org.kohsuke.jnt.JNForum

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

Uses of JNForum in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNForum
 JNForum JNForums.createForum(String name, String description)
          Creats a new forum.
 JNForum JNForums.getForum(String name)
          Returns the forum of the specified name.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNForum
 List<JNForum> JNForums.getForums()
          Returns all the forums in this project as a List of JNForums.
 



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