org.jboss.dtf.testframework.dtfweb.performance
Class DTFPerformanceRunInformation
java.lang.Object
org.jboss.dtf.testframework.dtfweb.performance.DTFPerformanceRunInformation
public class DTFPerformanceRunInformation
- extends java.lang.Object
Constructor Summary |
protected |
DTFPerformanceRunInformation(long perfRunId,
long runId,
java.lang.String testName,
java.lang.String taskName,
java.lang.String permutationCode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTFPerformanceRunInformation
protected DTFPerformanceRunInformation(long perfRunId,
long runId,
java.lang.String testName,
java.lang.String taskName,
java.lang.String permutationCode)
getPerformanceRunId
public final long getPerformanceRunId()
getTestRunId
public final long getTestRunId()
getTestName
public final java.lang.String getTestName()
getTaskName
public final java.lang.String getTaskName()
getPermutationCode
public final java.lang.String getPermutationCode()
getRunInformation
public static DTFPerformanceRunInformation getRunInformation(long perfRunId)