Package step.artefacts.handlers
Class ForBlockHandler
java.lang.Object
step.core.artefacts.handlers.ArtefactHandler<ARTEFACT,REPORT_NODE>
step.artefacts.handlers.AbstractSessionArtefactHandler<AbstractForBlock,ForBlockReportNode>
step.artefacts.handlers.ForBlockHandler
public class ForBlockHandler
extends AbstractSessionArtefactHandler<AbstractForBlock,ForBlockReportNode>
-
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, AbstractForBlock testArtefact) Creates theReportNodecorresponding to the provided artefactvoidcreateReportSkeleton_(ForBlockReportNode node, AbstractForBlock testArtefact) voidexecute_(ForBlockReportNode node, AbstractForBlock testArtefact) Execute the provided artefact and report the execution to the provided report nodeDataSet<?>getDataPool(AbstractForBlock testArtefact) Methods inherited from class step.artefacts.handlers.AbstractSessionArtefactHandler
createReportNodeSkeletonInSession, createReportNodeSkeletonInSession, createReportNodeSkeletonInSession, executeInSession, executeInSession, executeInSessionMethods 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
-
ForBlockHandler
public ForBlockHandler()
-
-
Method Details
-
createReportSkeleton_
- Specified by:
createReportSkeleton_in classArtefactHandler<AbstractForBlock,ForBlockReportNode>
-
getDataPool
-
execute_
Description copied from class:ArtefactHandlerExecute the provided artefact and report the execution to the provided report node- Specified by:
execute_in classArtefactHandler<AbstractForBlock,ForBlockReportNode> - Parameters:
node- theReportNodecorresponding to the artefacttestArtefact- theAbstractArtefactto be executed
-
createReportNode_
Description copied from class:ArtefactHandlerCreates theReportNodecorresponding to the provided artefact- Specified by:
createReportNode_in classArtefactHandler<AbstractForBlock,ForBlockReportNode> - Parameters:
parentNode- the parentReportNodetestArtefact- the artefact to create the node for- Returns:
-