com.atlassian.bamboo.xmpp.commands
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
public abstract class SimpleSmackCommand
- extends AbstractSmackCommand
A simple SmackCommand
that should be refactored to implement Action
Methods inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand |
getBuildKey, getBuildNumber, getCommandBody, getPlanResultKey, getProjectKey, getResponseMessage, init, setBuildKey, setBuildNumber, setCommandBody, setPlanResultKey, setProjectKey, setResponseMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSmackCommand
public SimpleSmackCommand()
run
public String run(Map context,
BambooUser user)
validate
public abstract ErrorCollection validate()
execute
public abstract String execute()
getResultsSummary
@Nullable
protected ResultsSummary getResultsSummary()
getServerBaseUrl
protected String getServerBaseUrl()
setAdministrationConfigurationAccessor
public void setAdministrationConfigurationAccessor(AdministrationConfigurationAccessor administrationConfigurationAccessor)
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.