Package step.artefacts.handlers
Class BeforeThreadHandler
java.lang.Object
step.core.artefacts.handlers.ArtefactHandler<Sequence,ReportNode>
step.artefacts.handlers.SequenceHandler
step.artefacts.handlers.BeforeThreadHandler
-
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 -
Method Summary
Modifier and TypeMethodDescriptioncreateReportNode_
(ReportNode parentNode, Sequence testArtefact) Creates theReportNode
corresponding to the provided artefactMethods 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, pruneReportBranch, releaseTokens, removeErrorContributionsInReportBranch
-
Constructor Details
-
BeforeThreadHandler
public BeforeThreadHandler()
-
-
Method Details
-
createReportNode_
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:
-