Package step.artefacts.reports
Class ThreadReportNode
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.artefacts.reports.ReportNode
-
- step.artefacts.reports.ThreadReportNode
-
public class ThreadReportNode 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 ThreadReportNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getThreadGroupName()
void
setThreadGroupName(String threadGroupName)
-
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
-
-