com.atlassian.bamboo.xmpp.commands
Class CommitCommentSmackCommand

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

public class CommitCommentSmackCommand
extends SimpleSmackCommand

A smack command that sends more commit information about the particular build


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
CommitCommentSmackCommand()
           
 
Method Summary
 java.lang.String execute()
           
 ErrorCollection validate()
           
 
Methods inherited from class com.atlassian.bamboo.xmpp.commands.SimpleSmackCommand
getBuildResultsSummary, getServerBaseUrl, run, setBuildResultsSummaryManager
 
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

CommitCommentSmackCommand

public CommitCommentSmackCommand()
Method Detail

validate

public ErrorCollection validate()
Specified by:
validate in class SimpleSmackCommand

execute

public java.lang.String execute()
Specified by:
execute in class SimpleSmackCommand


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.