Package step.artefacts
Class Sequence
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.core.artefacts.AbstractArtefact
-
- step.artefacts.Sequence
-
- Direct Known Subclasses:
AfterSequence
,AfterThread
,BeforeSequence
,BeforeThread
,Synchronized
public class Sequence extends AbstractArtefact
-
-
Field Summary
-
Fields inherited from class step.core.artefacts.AbstractArtefact
attachments, children, customAttributes, description, dynamicName, persistNode, useDynamicName
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicValue<Boolean>
getContinueOnError()
DynamicValue<Long>
getPacing()
void
setContinueOnError(DynamicValue<Boolean> continueOnError)
void
setPacing(DynamicValue<Long> pacing)
-
Methods inherited from class step.core.artefacts.AbstractArtefact
addAttachment, addChild, addCustomAttribute, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isPropertyArefact, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicName
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Method Detail
-
getContinueOnError
public DynamicValue<Boolean> getContinueOnError()
-
setContinueOnError
public void setContinueOnError(DynamicValue<Boolean> continueOnError)
-
getPacing
public DynamicValue<Long> getPacing()
-
setPacing
public void setPacing(DynamicValue<Long> pacing)
-
-