Uses of Class
org.kohsuke.jnt.SubscriptionMode

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

Uses of SubscriptionMode in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return SubscriptionMode
static SubscriptionMode SubscriptionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubscriptionMode[] SubscriptionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kohsuke.jnt with parameters of type SubscriptionMode
 List<String> JNMailingList.getSubscribers(SubscriptionMode mode)
          Gets the list of subscriber e-mail addresses.
 int JNMailingList.massSubscribe(Collection<String> addresses, SubscriptionMode mode, JNMailingList.ProgressCallback callback)
          Subscribes the specified e-mail addresses to this mailing list.
 int JNMailingList.massSubscribe(String[] addresses, SubscriptionMode mode, JNMailingList.ProgressCallback callback)
          Subscribes the specified e-mail addresses to this mailing list.
 int JNMailingList.massSubscribe(String address, SubscriptionMode mode)
          Subscribes the specified e-mail address to this mailing list.
 int JNMailingList.massUnsubscribe(Collection<String> addresses, SubscriptionMode mode, JNMailingList.ProgressCallback callback)
          Unsubscribes the specified e-mail addresses from this mailing list.
 int JNMailingList.massUnsubscribe(String[] addresses, SubscriptionMode mode, JNMailingList.ProgressCallback callback)
          Unsubscribes the specified e-mail addresses from this mailing list.
 void JNMailingList.subscribe(SubscriptionMode mode)
          Subscribes yourself.
 



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