public class TestExecutionResultProbeLog extends Object implements Serializable
SystemProbe
during the test.| Constructor and Description |
|---|
TestExecutionResultProbeLog(SystemProbe originalSystemProbe) |
public TestExecutionResultProbeLog(SystemProbe originalSystemProbe)
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public HardwareResource getResource()
public void setResource(HardwareResource resource)
public LogFile getLogFile()
public void setLogFile(LogFile logFile)
public String getOriginalSystemProbeName()
public String getOriginalSystemProbeClassName()
public String getOriginalSystemProbeClassPath()
public String getOriginalSystemProbeMetric()
public String getOriginalSystemProbeUnits()
public PkgLibrary getOriginalSystemProbeRequiredPkg()
public SystemProbe getOriginalSystemProbe()
public void setOriginalSystemProbe(SystemProbe originalSystemProbe)
public TestExecutionResult getParentResult()
public void setParentResult(TestExecutionResult parentResult)
public List<TestExecutionResultProbeData> getData()
TestExecutionResultProbeData objects are
periodically collected during the execution of a SystemProbe
to monitor the specific metric that the probe measures over time.
Returns a list of these data objects.public void setData(List<TestExecutionResultProbeData> data)
Copyright © 2013. All Rights Reserved.