Package step.artefacts.handlers
Class PlaceholderHandler
java.lang.Object
step.core.artefacts.handlers.ArtefactHandler<Placeholder,ReportNode>
step.artefacts.handlers.PlaceholderHandler
-
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, Placeholder testArtefact) Creates theReportNodecorresponding to the provided artefactprotected voidcreateReportSkeleton_(ReportNode parentNode, Placeholder testArtefact) protected voidexecute_(ReportNode node, Placeholder 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, releaseTokens, removeReportNode
-
Constructor Details
-
PlaceholderHandler
public PlaceholderHandler()
-
-
Method Details
-
createReportSkeleton_
- Specified by:
createReportSkeleton_in classArtefactHandler<Placeholder,ReportNode>
-
execute_
Description copied from class:ArtefactHandlerExecute the provided artefact and report the execution to the provided report node- Specified by:
execute_in classArtefactHandler<Placeholder,ReportNode> - 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<Placeholder,ReportNode> - Parameters:
parentNode- the parentReportNodetestArtefact- the artefact to create the node for- Returns:
-