Package step.artefacts.reports
Class CheckReportNode
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.artefacts.reports.ReportNode
step.artefacts.reports.CheckReportNode
-
Field Summary
Fields inherited from class step.core.artefacts.reports.ReportNode
artefactID, artefactInstance, attachments, customAttributes, duration, error, executionID, executionTime, isContributingError, isOrphan, name, parentID, resolvedArtefact, status
Fields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.core.artefacts.reports.ReportNode
addAttachment, addCustomAttribute, addError, getArtefactID, getArtefactInstance, getAttachments, getContributingError, getCustomAttribute, getCustomAttributes, getDuration, getError, getExecutionID, getExecutionTime, getName, getParentID, getResolvedArtefact, getStatus, isOrphan, setArtefactID, setArtefactInstance, setAttachments, setContributingError, setCustomAttributes, setDuration, setError, setError, setExecutionID, setExecutionTime, setName, setOrphan, setParentID, setResolvedArtefact, setStatus, setVariableInParentScope
Methods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
-
Constructor Details
-
CheckReportNode
public CheckReportNode()
-
-
Method Details
-
getReportAsString
- Overrides:
getReportAsString
in classReportNode
- Returns:
- a string representation of this report node. This method is called by report generators like the JUnit runner
-