Package step.artefacts.handlers
Class BeforeSequenceHandler
- java.lang.Object
-
- step.core.artefacts.handlers.ArtefactHandler<Sequence,ReportNode>
-
- step.artefacts.handlers.SequenceHandler
-
- step.artefacts.handlers.BeforeSequenceHandler
-
public class BeforeSequenceHandler extends SequenceHandler
-
-
Field Summary
-
Fields inherited from class step.core.artefacts.handlers.ArtefactHandler
context, FILE_VARIABLE_PREFIX, FORCE_PERSIST_BEFORE, logger, TEC_EXECUTION_REPORTNODES_PERSISTAFTER, TEC_EXECUTION_REPORTNODES_PERSISTBEFORE, TEC_EXECUTION_REPORTNODES_PERSISTONLYNONPASSED
-
-
Constructor Summary
Constructors Constructor Description BeforeSequenceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeforeSequenceReportNode
createReportNode_(ReportNode parentNode, Sequence testArtefact)
Creates theReportNode
corresponding to the provided artefact-
Methods inherited from class step.artefacts.handlers.SequenceHandler
createReportSkeleton_, execute_
-
Methods inherited from class step.core.artefacts.handlers.ArtefactHandler
createReportSkeleton, createWorkArtefact, createWorkArtefact, createWorkArtefact, delegateCreateReportSkeleton, delegateCreateReportSkeleton, delegateExecute, delegateExecute, excludePropertyChildren, execute, fail, failWithException, failWithException, failWithException, filterPropertyChildren, getBindings, getChildren, getChildren, init, initProperties, isInSession, releaseTokens, removeReportNode
-
-
-
-
Method Detail
-
createReportNode_
public BeforeSequenceReportNode createReportNode_(ReportNode parentNode, Sequence testArtefact)
Description copied from class:ArtefactHandler
Creates theReportNode
corresponding to the provided artefact- Overrides:
createReportNode_
in classSequenceHandler
- Parameters:
parentNode
- the parentReportNode
testArtefact
- the artefact to create the node for- Returns:
-
-