jenkins.plugins.lechat
Class ActiveNotifier.MessageBuilder

java.lang.Object
  extended by jenkins.plugins.lechat.ActiveNotifier.MessageBuilder
Enclosing class:
ActiveNotifier

public static class ActiveNotifier.MessageBuilder
extends Object


Constructor Summary
ActiveNotifier.MessageBuilder(LeChatNotifier notifier, hudson.model.AbstractBuild build)
           
 
Method Summary
 ActiveNotifier.MessageBuilder append(Object string)
           
 ActiveNotifier.MessageBuilder append(String string)
           
 ActiveNotifier.MessageBuilder appendDuration()
           
 ActiveNotifier.MessageBuilder appendOpenLink()
           
 ActiveNotifier.MessageBuilder appendStatusMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiveNotifier.MessageBuilder

public ActiveNotifier.MessageBuilder(LeChatNotifier notifier,
                                     hudson.model.AbstractBuild build)
Method Detail

appendStatusMessage

public ActiveNotifier.MessageBuilder appendStatusMessage()

append

public ActiveNotifier.MessageBuilder append(String string)

append

public ActiveNotifier.MessageBuilder append(Object string)

appendOpenLink

public ActiveNotifier.MessageBuilder appendOpenLink()

appendDuration

public ActiveNotifier.MessageBuilder appendDuration()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.