com.atlassian.bamboo.labels
Class AutoLabelBuildCompleteAction

java.lang.Object
  extended by com.atlassian.bamboo.labels.AutoLabelBuildCompleteAction
All Implemented Interfaces:
CustomBuildCompleteAction

public class AutoLabelBuildCompleteAction
extends Object
implements CustomBuildCompleteAction


Field Summary
static String AUTO_LABEL_KEY
           
 
Constructor Summary
AutoLabelBuildCompleteAction()
           
 
Method Summary
 LabelManager getLabelManager()
           
 void run(Build build, BuildResults buildResult)
           
 void setLabelManager(LabelManager labelManager)
           
 ErrorCollection validate(BuildConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO_LABEL_KEY

public static final String AUTO_LABEL_KEY
See Also:
Constant Field Values
Constructor Detail

AutoLabelBuildCompleteAction

public AutoLabelBuildCompleteAction()
Method Detail

run

public void run(Build build,
                BuildResults buildResult)
Specified by:
run in interface CustomBuildCompleteAction

validate

public ErrorCollection validate(BuildConfiguration config)
Specified by:
validate in interface CustomBuildCompleteAction

getLabelManager

public LabelManager getLabelManager()

setLabelManager

public void setLabelManager(LabelManager labelManager)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.