Package step.artefacts.reports
Class ForBlockReportNode
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.artefacts.reports.ReportNode
-
- step.artefacts.reports.ForBlockReportNode
-
public class ForBlockReportNode extends ReportNode
-
-
Field Summary
-
Fields inherited from class step.core.artefacts.reports.ReportNode
artefactID, artefactInstance, attachments, customAttributes, duration, error, executionID, executionTime, isOrphan, name, parentID, resolvedArtefact, status
-
-
Constructor Summary
Constructors Constructor Description ForBlockReportNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
int
getErrorCount()
void
setCount(int count)
void
setErrorCount(int errorCount)
-
Methods inherited from class step.core.artefacts.reports.ReportNode
addAttachment, addCustomAttribute, addError, getArtefactID, getArtefactInstance, getAttachments, getCustomAttribute, getCustomAttributes, getDuration, getError, getExecutionID, getExecutionTime, getName, getParentID, getResolvedArtefact, getStatus, isOrphan, persistNode, setArtefactID, setArtefactInstance, setAttachments, setDuration, setError, setError, setExecutionID, setExecutionTime, setName, setOrphan, setParentID, setResolvedArtefact, setStatus, setVariableInParentScope
-
-