jenkins.plugins.slack
Class ActiveNotifier.MessageBuilder

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

public static class ActiveNotifier.MessageBuilder
extends Object


Constructor Summary
ActiveNotifier.MessageBuilder(SlackNotifier 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 escape(String string)
           
 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(SlackNotifier 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()

escape

public String escape(String string)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.