Package step.artefacts.handlers
Class AssertMetricHandler
- java.lang.Object
-
- step.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
-
- step.artefacts.handlers.AssertMetricHandler
-
public class AssertMetricHandler extends step.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ASSERT_METRIC_CONTEXT_FILTER
-
Constructor Summary
Constructors Constructor Description AssertMetricHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AssertMetricReportNode
createReportNode_(step.core.artefacts.reports.ReportNode parentReportNode, AssertMetric artefact)
protected void
createReportSkeleton_(AssertMetricReportNode parentNode, AssertMetric testArtefact)
protected void
execute_(AssertMetricReportNode reportNode, AssertMetric artefact)
void
init(step.core.execution.ExecutionContext context)
-
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, initProperties, isInSession, pruneReportBranch, releaseTokens, removeErrorContributionsInReportBranch
-
-
-
-
Field Detail
-
ASSERT_METRIC_CONTEXT_FILTER
public static final java.lang.String ASSERT_METRIC_CONTEXT_FILTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(step.core.execution.ExecutionContext context)
- Overrides:
init
in classstep.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
-
createReportSkeleton_
protected void createReportSkeleton_(AssertMetricReportNode parentNode, AssertMetric testArtefact)
- Specified by:
createReportSkeleton_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
-
execute_
protected void execute_(AssertMetricReportNode reportNode, AssertMetric artefact) throws java.lang.Exception
- Specified by:
execute_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
- Throws:
java.lang.Exception
-
createReportNode_
protected AssertMetricReportNode createReportNode_(step.core.artefacts.reports.ReportNode parentReportNode, AssertMetric artefact)
- Specified by:
createReportNode_
in classstep.core.artefacts.handlers.ArtefactHandler<AssertMetric,AssertMetricReportNode>
-
-