|
||||||||||
| 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
| Constructor Summary | |
|---|---|
RobotTestObject()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
|
hudson.model.AbstractBuild<?,?> |
getOwner()
Return the build that this result belongs to. |
abstract RobotTestObject |
getParent()
|
RobotBuildAction |
getParentAction()
|
abstract RobotTestObject |
getPreviousResult()
|
java.lang.String |
getRelativeId(RobotTestObject thisObject)
Get path in tree relative to given TestObject |
java.lang.String |
getRelativePackageName(RobotTestObject thisObject)
Generates the full packagename |
RobotTestObject |
getResultInBuild(hudson.model.AbstractBuild<?,?> build)
Get the corresponding result object from a given build |
java.lang.String |
getSafeName()
Get URL-safe name for the object |
protected boolean |
isNeedToGenerate(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Figure out if there's been changes since last request. |
void |
setParentAction(RobotBuildAction parentAction)
|
| 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 |
| Constructor Detail |
|---|
public RobotTestObject()
| Method Detail |
|---|
public RobotBuildAction getParentAction()
public void setParentAction(RobotBuildAction parentAction)
public abstract java.lang.String getName()
public abstract RobotTestObject getParent()
public java.lang.String getRelativePackageName(RobotTestObject thisObject)
public java.lang.String getRelativeId(RobotTestObject thisObject)
public hudson.model.AbstractBuild<?,?> getOwner()
public RobotTestObject getResultInBuild(hudson.model.AbstractBuild<?,?> build)
build -
public java.lang.String getSafeName()
protected boolean isNeedToGenerate(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
req - rsp -
java.io.IOExceptionpublic abstract RobotTestObject getPreviousResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||