com.atlassian.bamboo.xmpp.commands
Class AbstractSmackCommand

java.lang.Object
  extended by com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
All Implemented Interfaces:
SmackCommand
Direct Known Subclasses:
AddComment, AddLabel

public abstract class AbstractSmackCommand
extends Object
implements SmackCommand


Field Summary
protected  String commandBody
           
 
Fields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS
 
Constructor Summary
AbstractSmackCommand()
           
 
Method Summary
 String getBuildKey()
           
 String getBuildNumber()
           
 String getCommandBody()
           
 String getFullBuildResultKey()
           
 String getProjectKey()
           
 String getResponseMessage()
           
protected  void init(Map context)
           
 void setBuildKey(String buildKey)
           
 void setBuildNumber(String buildNumber)
           
 void setCommandBody(String commandBody)
           
 void setProjectKey(String projectKey)
           
 void setResponseMessage(String responseMessage)
           
 void setSessionFactory(SessionFactory sessionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
run
 

Field Detail

commandBody

protected String commandBody
Constructor Detail

AbstractSmackCommand

public AbstractSmackCommand()
Method Detail

getResponseMessage

public String getResponseMessage()
Specified by:
getResponseMessage in interface SmackCommand

setResponseMessage

public void setResponseMessage(String responseMessage)

setSessionFactory

public void setSessionFactory(SessionFactory sessionFactory)

init

protected void init(Map context)

getFullBuildResultKey

public String getFullBuildResultKey()

getProjectKey

public String getProjectKey()

setProjectKey

public void setProjectKey(String projectKey)

getBuildKey

public String getBuildKey()

setBuildKey

public void setBuildKey(String buildKey)

getBuildNumber

public String getBuildNumber()

setBuildNumber

public void setBuildNumber(String buildNumber)

getCommandBody

public String getCommandBody()

setCommandBody

public void setCommandBody(String commandBody)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.