Package step.artefacts.handlers
Class SetHandler
- java.lang.Object
-
- step.core.artefacts.handlers.ArtefactHandler<Set,SetReportNode>
-
- step.artefacts.handlers.SetHandler
-
public class SetHandler extends ArtefactHandler<Set,SetReportNode>
-
-
Field Summary
-
Fields inherited from class step.core.artefacts.handlers.ArtefactHandler
context, CONTINUE_EXECUTION, CONTINUE_EXECUTION_ONCE, FILE_VARIABLE_PREFIX, logger, reportNodeAttachmentManager, reportNodeAttributesManager
-
-
Constructor Summary
Constructors Constructor Description SetHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetReportNodecreateReportNode_(ReportNode parentNode, Set testArtefact)protected voidcreateReportSkeleton_(SetReportNode parentNode, Set testArtefact)protected voidexecute_(SetReportNode node, Set testArtefact)-
Methods inherited from class step.core.artefacts.handlers.ArtefactHandler
addReportNodeUpdateListener, asBoolean, asInteger, asInteger, createReportSkeleton, createWorkArtefact, createWorkArtefact, createWorkArtefact, delegateCreateReportSkeleton, delegateCreateReportSkeleton, delegateCreateReportSkeleton, delegateExecute, delegateExecute, delegateExecute, execute, fail, failWithException, failWithException, failWithException, getBindings, getChildren, getChildren, init, isInSession, releaseTokens, removeReportNode, saveReportNode
-
-
-
-
Method Detail
-
createReportSkeleton_
protected void createReportSkeleton_(SetReportNode parentNode, Set testArtefact)
- Specified by:
createReportSkeleton_in classArtefactHandler<Set,SetReportNode>
-
execute_
protected void execute_(SetReportNode node, Set testArtefact)
- Specified by:
execute_in classArtefactHandler<Set,SetReportNode>
-
createReportNode_
public SetReportNode createReportNode_(ReportNode parentNode, Set testArtefact)
- Specified by:
createReportNode_in classArtefactHandler<Set,SetReportNode>
-
-