Class AbstractSmackCommand
java.lang.Object
com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
- All Implemented Interfaces:
SmackCommand
- Direct Known Subclasses:
AddComment
,AddLabel
,SimpleSmackCommand
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
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 Details
-
commandBody
-
-
Constructor Details
-
AbstractSmackCommand
public AbstractSmackCommand()
-
-
Method Details
-
getResponseMessage
- Specified by:
getResponseMessage
in interfaceSmackCommand
-
setResponseMessage
-
init
-
getProjectKey
-
setProjectKey
-
getBuildKey
-
setBuildKey
-
getBuildNumber
-
setBuildNumber
-
getPlanResultKey
-
setPlanResultKey
-
getCommandBody
-
setCommandBody
-