|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |