hudson.plugins.growl.growler
Class MacGrowler

java.lang.Object
  extended by hudson.plugins.growl.growler.MacGrowler

public class MacGrowler
extends Object


Method Summary
 void notify(String appName, String title, String message, String password)
           
static MacGrowler register(String appName, String password)
           
static MacGrowler register(String appName, String password, String host)
           
static MacGrowler register(String appName, String password, String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

notify

public void notify(String appName,
                   String title,
                   String message,
                   String password)

register

public static MacGrowler register(String appName,
                                  String password)

register

public static MacGrowler register(String appName,
                                  String password,
                                  String host)

register

public static MacGrowler register(String appName,
                                  String password,
                                  String host,
                                  int port)


Copyright © 2004-2011. All Rights Reserved.