hudson.plugins.seleniumhq
Class SeleniumhqBuildAction

java.lang.Object
  extended by hudson.plugins.seleniumhq.SeleniumhqBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, java.io.Serializable

public class SeleniumhqBuildAction
extends java.lang.Object
implements hudson.model.Action, java.io.Serializable

Author:
Pascal Martin
See Also:
Serialized Form

Field Summary
 hudson.model.AbstractBuild<?,?> owner
           
 
Constructor Summary
SeleniumhqBuildAction(hudson.model.AbstractBuild<?,?> owner, TestResult result, hudson.model.BuildListener listener)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 SeleniumhqBuildAction getPreviousResult()
           
 TestResult getResult()
           
 java.lang.Object getTarget()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

public final hudson.model.AbstractBuild<?,?> owner
Constructor Detail

SeleniumhqBuildAction

public SeleniumhqBuildAction(hudson.model.AbstractBuild<?,?> owner,
                             TestResult result,
                             hudson.model.BuildListener listener)
Method Detail

getTarget

public java.lang.Object getTarget()

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getResult

public TestResult getResult()

getPreviousResult

public SeleniumhqBuildAction getPreviousResult()


Copyright © 2010. All Rights Reserved.