jenkins.plugins.lechat
Class StandardLeChatService

java.lang.Object
  extended by jenkins.plugins.lechat.StandardLeChatService
All Implemented Interfaces:
LeChatService

public class StandardLeChatService
extends Object
implements LeChatService


Constructor Summary
StandardLeChatService(String roomId, String from)
           
 
Method Summary
 void publish(String message)
           
 void publish(String message, String color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLeChatService

public StandardLeChatService(String roomId,
                             String from)
Method Detail

publish

public void publish(String message)
Specified by:
publish in interface LeChatService

publish

public void publish(String message,
                    String color)
Specified by:
publish in interface LeChatService


Copyright © 2004-2013. All Rights Reserved.