com.pmease.quickbuild.step
Class LabelStep
java.lang.Object
com.pmease.quickbuild.step.Step
com.pmease.quickbuild.step.LabelStep
- All Implemented Interfaces:
- java.io.Serializable
- public class LabelStep
- extends Step
This step labels codes checked out by repositories
- Author:
- robin shine
- See Also:
- Serialized Form
Fields inherited from class com.pmease.quickbuild.step.Step |
DEFAULT |
Methods inherited from class com.pmease.quickbuild.step.Step |
equals, getEditor, getName, getNameChoices, getParent, getStatus, getStepNecessaryCondition, getStepNecessaryConditionChoices, hashCode, isFailed, isIdle, isRunning, isSuccessful, setEditor, setName, setStatus, setStepNecessaryCondition, trigger, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LabelStep
public LabelStep()
getLabelExpression
public java.lang.String getLabelExpression()
- OGNL: Specifies the label that will be applied to related repositories.
- Returns:
setLabelExpression
public void setLabelExpression(java.lang.String labelExpression)
getLabelExpressionChoices
public java.util.Map getLabelExpressionChoices()
getComment
public java.lang.String getComment()
- OGNL: Specify comment for this label action.
- Returns:
setComment
public void setComment(java.lang.String comment)
run
protected void run(Build build)
- Description copied from class:
Step
- Run this step in specified build context.
- Specified by:
run
in class Step
- Parameters:
build
-
Copyright © 2005 PMEase Inc. All Rights Reserved.