public abstract class AbstractSmackCommand extends Object implements SmackCommand
Modifier and Type | Field and Description |
---|---|
protected String |
commandBody |
ERROR, SUCCESS
Constructor and Description |
---|
AbstractSmackCommand() |
Modifier and Type | Method and Description |
---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
protected String commandBody
public String getResponseMessage()
getResponseMessage
in interface SmackCommand
public void setResponseMessage(String responseMessage)
public String getProjectKey()
public void setProjectKey(String projectKey)
public String getBuildKey()
public void setBuildKey(String buildKey)
public String getBuildNumber()
public void setBuildNumber(String buildNumber)
public PlanResultKey getPlanResultKey()
public void setPlanResultKey(PlanResultKey planResultKey)
public String getCommandBody()
public void setCommandBody(String commandBody)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.