Class AbstractSmackCommand
java.lang.Object
com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
- All Implemented Interfaces:
SmackCommand
- Direct Known Subclasses:
AddComment,AddLabel,SimpleSmackCommand
-
Field Summary
FieldsFields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetBuildKey(String buildKey) voidsetBuildNumber(String buildNumber) voidsetCommandBody(String commandBody) voidsetPlanResultKey(PlanResultKey planResultKey) voidsetProjectKey(String projectKey) voidsetResponseMessage(String responseMessage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
run
-
Field Details
-
commandBody
-
-
Constructor Details
-
AbstractSmackCommand
public AbstractSmackCommand()
-
-
Method Details
-
getResponseMessage
- Specified by:
getResponseMessagein interfaceSmackCommand
-
setResponseMessage
-
init
-
getProjectKey
-
setProjectKey
-
getBuildKey
-
setBuildKey
-
getBuildNumber
-
setBuildNumber
-
getPlanResultKey
-
setPlanResultKey
-
getCommandBody
-
setCommandBody
-