Uses of Class
com.pmease.quickbuild.step.Step

Packages that use Step
com.pmease.quickbuild.model   
com.pmease.quickbuild.step   
 

Uses of Step in com.pmease.quickbuild.model
 

Methods in com.pmease.quickbuild.model that return Step
 Step Configuration.getDefinedStep(java.lang.String name, boolean recursively)
           
 Step Configuration.getStep(java.lang.String name)
          OGNL: Get step of specified name in current configuration and its ancestors.
 

Methods in com.pmease.quickbuild.model with parameters of type Step
 void Configuration.setStep(java.lang.String name, Step step)
           
 

Uses of Step in com.pmease.quickbuild.step
 

Subclasses of Step in com.pmease.quickbuild.step
 class BuildStep
          This class defines the step used to build code..
 class CheckoutStep
          This class defines the step used to check out code.
 class CompositeStep
          Implement common functionalities for composite steps such as parallel step and serial step.
 class LabelStep
          This step labels codes checked out by repositories
 class NotifyStep
          This step notifies proper person of current build result.
 class ParallelStep
          A composite step to run included members simultaneously.
 class PublishStep
          This step publishes create soft links to artifacts which is outside of QuickBuild, so that these artifacts can be accessed from QuickBuild's web interface.
 class SerialStep
          A composite step to execute all included memebers serially.
 

Methods in com.pmease.quickbuild.step that return Step
 Step Step.getParent()
           
 



Copyright © 2005 PMEase Inc. All Rights Reserved.