public class MethodRunSummary extends Object implements Comparable<MethodRunSummary>
| Constructor and Description |
|---|
MethodRunSummary(int id,
int classId,
int methodId,
String className,
String methodName,
Date time,
long tookMs) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MethodRunSummary o1) |
int |
getClassId() |
String |
getClassName() |
int |
getId() |
int |
getMethodId() |
String |
getMethodName() |
String |
getShortClassName() |
String |
getShortMethodName() |
Date |
getTime() |
long |
getTookMs() |
String |
getVeryShortClassName() |
public int compareTo(MethodRunSummary o1)
compareTo in interface Comparable<MethodRunSummary>public int getMethodId()
public int getClassId()
public String getShortClassName()
public String getVeryShortClassName()
public String getShortMethodName()
public String getClassName()
public String getMethodName()
public Date getTime()
public int getId()
public long getTookMs()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.