com.atlassian.bamboo.xmpp.commands
Class AddLabel

java.lang.Object
  extended by com.atlassian.bamboo.xmpp.commands.AbstractSmackCommand
      extended by 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
AddLabel()
           
 
Method Summary
 java.lang.String run(java.util.Map<java.lang.String,java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddLabel

public AddLabel()
Method Detail

run

public java.lang.String run(java.util.Map<java.lang.String,java.lang.String> context,
                            BambooUser user)
                     throws java.lang.Exception
Throws:
java.lang.Exception

setPlanManager

public void setPlanManager(PlanManager planManager)

setResultsSummaryManager

public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)

setLabelManager

public void setLabelManager(LabelManager labelManager)


Copyright © 2012 Atlassian. All Rights Reserved.