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, SimpleSmackCommand
public abstract class AbstractSmackCommand
- extends java.lang.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 java.lang.String commandBody
AbstractSmackCommand
public AbstractSmackCommand()
getResponseMessage
public java.lang.String getResponseMessage()
- Specified by:
getResponseMessage
in interface SmackCommand
setResponseMessage
public void setResponseMessage(java.lang.String responseMessage)
init
protected void init(java.util.Map<java.lang.String,java.lang.String> context)
getProjectKey
public java.lang.String getProjectKey()
setProjectKey
public void setProjectKey(java.lang.String projectKey)
getBuildKey
public java.lang.String getBuildKey()
setBuildKey
public void setBuildKey(java.lang.String buildKey)
getBuildNumber
public java.lang.String getBuildNumber()
setBuildNumber
public void setBuildNumber(java.lang.String buildNumber)
getPlanResultKey
public PlanResultKey getPlanResultKey()
setPlanResultKey
public void setPlanResultKey(PlanResultKey planResultKey)
getCommandBody
public java.lang.String getCommandBody()
setCommandBody
public void setCommandBody(java.lang.String commandBody)
Copyright © 2010 Atlassian. All Rights Reserved.