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, SimpleSmackCommand

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()
           
 PlanResultKey getPlanResultKey()
           
 String getProjectKey()
           
 String getResponseMessage()
           
protected  void init(Map<String,String> context)
           
 void setBuildKey(String buildKey)
           
 void setBuildNumber(String buildNumber)
           
 void setCommandBody(String commandBody)
           
 void setPlanResultKey(PlanResultKey planResultKey)
           
 void setProjectKey(String projectKey)
           
 void setResponseMessage(String responseMessage)
           
 
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)

init

protected void init(Map<String,String> context)

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)

getPlanResultKey

public PlanResultKey getPlanResultKey()

setPlanResultKey

public void setPlanResultKey(PlanResultKey planResultKey)

getCommandBody

public String getCommandBody()

setCommandBody

public void setCommandBody(String commandBody)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.