|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.plugins.robot.model.RobotTestObject
public abstract class RobotTestObject
| Field Summary | |
|---|---|
protected long |
duration
|
| Constructor Summary | |
|---|---|
RobotTestObject()
|
|
| Method Summary | |
|---|---|
String |
getDuplicateSafeName()
|
long |
getDuration()
Get duration of this testobject run |
String |
getDurationDiff(RobotTestObject comparable)
Get difference in of duration to given test object |
abstract int |
getFailed()
|
String |
getHumanReadableDuration()
Wrapper for calling formatting from jelly |
abstract String |
getName()
|
protected String |
getOldFormatName()
The name format used in case hashmap was changed in commit 59c8eec3e16f28baf1288848fccbac228bbe4748, July 2013. |
hudson.model.AbstractBuild<?,?> |
getOwner()
Return the build that this result belongs to. |
abstract RobotTestObject |
getParent()
|
RobotBuildAction |
getParentAction()
|
abstract int |
getPassed()
|
abstract RobotTestObject |
getPreviousResult()
|
String |
getRelativeId(RobotTestObject thisObject)
Get path in tree relative to given TestObject |
String |
getRelativePackageName(RobotTestObject thisObject)
Generates the full packagename |
RobotTestObject |
getResultInBuild(hudson.model.AbstractBuild<?,?> build)
Get the corresponding result object from a given build |
protected boolean |
isNeedToGenerate(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Figure out if there's been changes since last request. |
void |
setDuplicateSafeName(String name)
|
void |
setParentAction(RobotBuildAction parentAction)
|
String |
urlDecode(String name)
|
String |
urlEncode(String name)
|
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.ModelObject |
|---|
getDisplayName |
| Methods inherited from interface hudson.search.SearchItem |
|---|
getSearchUrl |
| Field Detail |
|---|
protected transient long duration
| Constructor Detail |
|---|
public RobotTestObject()
| Method Detail |
|---|
public RobotBuildAction getParentAction()
public void setParentAction(RobotBuildAction parentAction)
public abstract String getName()
public abstract RobotTestObject getParent()
public String getRelativePackageName(RobotTestObject thisObject)
public String getRelativeId(RobotTestObject thisObject)
public String urlEncode(String name)
public String urlDecode(String name)
public hudson.model.AbstractBuild<?,?> getOwner()
public RobotTestObject getResultInBuild(hudson.model.AbstractBuild<?,?> build)
build -
public String getDuplicateSafeName()
public void setDuplicateSafeName(String name)
protected String getOldFormatName()
protected boolean isNeedToGenerate(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - rsp -
IOExceptionpublic long getDuration()
public String getHumanReadableDuration()
public String getDurationDiff(RobotTestObject comparable)
comparable - another testobject which to compare to
public abstract RobotTestObject getPreviousResult()
public abstract int getFailed()
public abstract int getPassed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||