Class SimpleSmackCommand
java.lang.Object
com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
com.atlassian.bamboo.xmpp.commands.SimpleSmackCommand
- All Implemented Interfaces:
SmackCommand
- Direct Known Subclasses:
CommitCommentSmackCommand
A simple
SmackCommand
that should be refactored to implement Action
-
Field Summary
Fields inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
commandBody
Fields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
execute()
protected @Nullable ResultsSummary
protected String
run
(Map context, BambooUser user) void
setAdministrationConfigurationAccessor
(AdministrationConfigurationAccessor administrationConfigurationAccessor) void
setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) abstract ErrorCollection
validate()
Methods inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
getBuildKey, getBuildNumber, getCommandBody, getPlanResultKey, getProjectKey, getResponseMessage, init, setBuildKey, setBuildNumber, setCommandBody, setPlanResultKey, setProjectKey, setResponseMessage
-
Constructor Details
-
SimpleSmackCommand
public SimpleSmackCommand()
-
-
Method Details
-
run
-
validate
-
execute
-
getResultsSummary
-
getServerBaseUrl
-
setAdministrationConfigurationAccessor
public void setAdministrationConfigurationAccessor(AdministrationConfigurationAccessor administrationConfigurationAccessor) -
setResultsSummaryManager
-