com.atlassian.bamboo.xmpp.commands
Class AddComment

java.lang.Object
  extended by com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
      extended by com.atlassian.bamboo.xmpp.commands.AddComment
All Implemented Interfaces:
SmackCommand

public class AddComment
extends AbstractSmackCommand


Field Summary
 
Fields inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
commandBody
 
Fields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS
 
Constructor Summary
AddComment()
           
 
Method Summary
 java.lang.String run(java.util.Map context, BambooUser user)
           
 void setBuildManager(BuildManager buildManager)
           
 void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)
           
 void setCommentManager(CommentManager commentManager)
           
 
Methods inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
getBuildKey, getBuildNumber, getCommandBody, getFullBuildResultKey, getProjectKey, getResponseMessage, init, setBuildKey, setBuildNumber, setCommandBody, setProjectKey, setResponseMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddComment

public AddComment()
Method Detail

run

public java.lang.String run(java.util.Map context,
                            BambooUser user)
                     throws java.lang.Exception
Throws:
java.lang.Exception

setBuildResultsSummaryManager

public void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)

setCommentManager

public void setCommentManager(CommentManager commentManager)

setBuildManager

public void setBuildManager(BuildManager buildManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.