com.pmease.quickbuild.stepsupport
Class ParallelStep

java.lang.Object
  extended by com.pmease.quickbuild.extensionpoint.support.TypeInstance
      extended by com.pmease.quickbuild.stepsupport.Step
          extended by com.pmease.quickbuild.stepsupport.CompositeStep
              extended by com.pmease.quickbuild.stepsupport.ParallelStep
All Implemented Interfaces:
Validatable, java.io.Serializable

public class ParallelStep
extends CompositeStep

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.pmease.quickbuild.stepsupport.Step
MASTER_EXCLUDED_PROPERTIES, MASTER_NAME
 
Constructor Summary
ParallelStep()
           
 
Method Summary
 boolean isCancelOnError()
           
 void setCancelOnError(boolean cancelOnError)
           
 void triggerChildren()
           
 
Methods inherited from class com.pmease.quickbuild.stepsupport.CompositeStep
findChildren, getChild, getChildren, getChildStepNames, getSuccessCondition, isAnyChildFailed, isAnyChildSuccessful, run, setChildStepNames, setSuccessCondition, visitChildren
 
Methods inherited from class com.pmease.quickbuild.stepsupport.Step
clearResources, equals, execute, findParent, fromDOM, getBuild, getDescription, getDuration, getErrorMessage, getExecuteCondition, getInputOption, getName, getNode, getNodeAddress, getNodeLaunchId, getNodeMatcher, getNodePreference, getOutputOption, getParam, getParent, getPath, getPostExecuteAction, getPreExecuteAction, getPreviousExecutedSibling, getPreviousSibling, getRepetitions, getResource, getResource, getResources, getRuntime, getStatus, getType, getWaitDuration, hashCode, isEnabled, isFailed, isFinished, isIdle, isMaster, isRunning, isSuccessful, isWaiting, matches, removeResource, renderCustomRuntimeData, renderLogAsHtml, renderLogAsText, setBuild, setDescription, setDuration, setEnabled, setErrorMessage, setExecuteCondition, setInputOption, setJob, setName, setNode, setNodeLaunchId, setNodeMatcher, setNodePreference, setOutputOption, setPath, setPostExecuteAction, setPreExecuteAction, setRepetitions, setResource, setResources, setStatus, setWaitDuration, shouldExecute, toString, validate
 
Methods inherited from class com.pmease.quickbuild.extensionpoint.support.TypeInstance
getPlugin
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParallelStep

public ParallelStep()
Method Detail

triggerChildren

public final void triggerChildren()
Specified by:
triggerChildren in class CompositeStep

isCancelOnError

public boolean isCancelOnError()

setCancelOnError

public void setCancelOnError(boolean cancelOnError)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.