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
commandBodyFields inherited from interface com.atlassian.bamboo.xmpp.commands.SmackCommand
ERROR, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringexecute()protected @Nullable ResultsSummaryprotected Stringrun(Map context, BambooUser user) voidsetAdministrationConfigurationAccessor(AdministrationConfigurationAccessor administrationConfigurationAccessor) voidsetResultsSummaryManager(ResultsSummaryManager resultsSummaryManager) abstract ErrorCollectionvalidate()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
-