Class AddLabel
- java.lang.Object
-
- com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
-
- com.atlassian.bamboo.xmpp.commands.AddLabel
-
- All Implemented Interfaces:
SmackCommand
public class AddLabel extends AbstractSmackCommand
-
-
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
Constructors Constructor Description AddLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
run(Map<String,String> context, BambooUser user)
void
setLabelManager(LabelManager labelManager)
void
setPlanManager(PlanManager planManager)
void
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Methods inherited from class com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
getBuildKey, getBuildNumber, getCommandBody, getPlanResultKey, getProjectKey, getResponseMessage, init, setBuildKey, setBuildNumber, setCommandBody, setPlanResultKey, setProjectKey, setResponseMessage
-
-
-
-
Method Detail
-
run
public String run(Map<String,String> context, BambooUser user)
-
setPlanManager
public void setPlanManager(PlanManager planManager)
-
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
setLabelManager
public void setLabelManager(LabelManager labelManager)
-
-