com.pmease.quickbuild.step
Class CheckoutStep
java.lang.Object
com.pmease.quickbuild.step.Step
com.pmease.quickbuild.step.CheckoutStep
- All Implemented Interfaces:
- java.io.Serializable
- public class CheckoutStep
- extends Step
This class defines the step used to check out code.
- 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 |
CheckoutStep
public CheckoutStep()
getRepositoryName
public java.lang.String getRepositoryName()
- OGNL: Select name of the repository to check out code from.
- Returns:
getRepositoryNameSelectionModel
public org.apache.tapestry.form.IPropertySelectionModel getRepositoryNameSelectionModel()
setRepositoryName
public void setRepositoryName(java.lang.String repositoryName)
run
public 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.