Package step.artefacts.handlers
Class SwitchHandler
java.lang.Object
step.core.artefacts.handlers.ArtefactHandler<Switch,ReportNode>
step.artefacts.handlers.SwitchHandler
-
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, Switch testArtefact) Creates theReportNode
corresponding to the provided artefactprotected void
createReportSkeleton_
(ReportNode parentNode, Switch testArtefact) protected void
execute_
(ReportNode node, Switch testArtefact) Execute the provided artefact and report the execution to the provided report nodeMethods 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
-
SwitchHandler
public SwitchHandler()
-
-
Method Details
-
createReportSkeleton_
- Specified by:
createReportSkeleton_
in classArtefactHandler<Switch,
ReportNode>
-
execute_
Description copied from class:ArtefactHandler
Execute the provided artefact and report the execution to the provided report node- Specified by:
execute_
in classArtefactHandler<Switch,
ReportNode> - Parameters:
node
- theReportNode
corresponding to the artefacttestArtefact
- theAbstractArtefact
to be executed
-
createReportNode_
Description copied from class:ArtefactHandler
Creates theReportNode
corresponding to the provided artefact- Specified by:
createReportNode_
in classArtefactHandler<Switch,
ReportNode> - Parameters:
parentNode
- the parentReportNode
testArtefact
- the artefact to create the node for- Returns:
-