com.pmease.quickbuild.step
Class NotifyStep
java.lang.Object
com.pmease.quickbuild.step.Step
com.pmease.quickbuild.step.NotifyStep
- All Implemented Interfaces:
- java.io.Serializable
- public class NotifyStep
- extends Step
This step notifies proper person of current build result.
- Author:
- robin shine
- See Also:
- Serialized Form
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 |
NotifyStep
public NotifyStep()
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
-
getNotifierName
public java.lang.String getNotifierName()
- OGNL: Select name of the notifier to use.
- Returns:
setNotifierName
public void setNotifierName(java.lang.String notifierName)
getNotifierNameSelectionModel
public org.apache.tapestry.form.IPropertySelectionModel getNotifierNameSelectionModel()
getReceivers
public java.util.List getReceivers()
- Select users or groups who will receive this notification.
- Returns:
setReceivers
public void setReceivers(java.util.List receivers)
getReceiversSelectionModel
public org.apache.tapestry.form.IPropertySelectionModel getReceiversSelectionModel()
Copyright © 2005 PMEase Inc. All Rights Reserved.