public class QuestaHistory
extends hudson.tasks.junit.History
| Modifier and Type | Class and Description |
|---|---|
protected class |
QuestaHistory.GraphImpl |
| Constructor and Description |
|---|
QuestaHistory(hudson.tasks.test.TestObject testObject) |
QuestaHistory(hudson.tasks.test.TestObject testObject,
String actionUrl) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Area |
calcDefaultSize() |
String |
getActionUrl() |
int |
getEnd() |
List<hudson.tasks.test.TestResult> |
getList() |
List<hudson.tasks.test.TestResult> |
getList(int start,
int end) |
int |
getStart() |
String |
getUrl() |
String |
getUrlFromRun() |
boolean |
hasNewer() |
boolean |
hasOlder() |
void |
setActionUrl(String actionUrl) |
public QuestaHistory(hudson.tasks.test.TestObject testObject,
String actionUrl)
public QuestaHistory(hudson.tasks.test.TestObject testObject)
public String getActionUrl()
public void setActionUrl(String actionUrl)
public String getUrl()
public String getUrlFromRun()
public int getStart()
public int getEnd()
public boolean hasNewer()
public boolean hasOlder()
public List<hudson.tasks.test.TestResult> getList()
getList in class hudson.tasks.junit.Historypublic hudson.util.Area calcDefaultSize()
public List<hudson.tasks.test.TestResult> getList(int start, int end)
getList in class hudson.tasks.junit.HistoryCopyright © 2016–2024. All rights reserved.