Uses of Class
org.kohsuke.jnt.JNMailingList

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

Uses of JNMailingList in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNMailingList
 JNMailingList JNMailingLists.create(String listName, String description, String ownerAddress, String prefix, boolean hasTrailer, boolean isPrivate, ListType type, Collection subscribers, Collection moderators)
          Creates a new mailing list.
 JNMailingList JNMailingLists.get(String name)
          Returns the mailing list of the specified name.
 

Methods in org.kohsuke.jnt that return types with arguments of type JNMailingList
 List<JNMailingList> JNMailingLists.getLists()
          Returns all the mailing lists as a List of JNMailingList.
 



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