com.atlassian.bamboo.xmpp.commands
Class AbstractSmackCommand
java.lang.Object
com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
- All Implemented Interfaces:
- SmackCommand
- Direct Known Subclasses:
- AddComment, AddLabel
public abstract class AbstractSmackCommand
- extends Object
- implements SmackCommand
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 |
commandBody
protected String commandBody
AbstractSmackCommand
public AbstractSmackCommand()
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.