hudson.plugins.sauce_ondemand
Class SeleniumInformation

java.lang.Object
  extended by hudson.plugins.sauce_ondemand.SeleniumInformation
All Implemented Interfaces:
Serializable

public class SeleniumInformation
extends Object
implements Serializable

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
SeleniumInformation(String startingURL)
           
 
Method Summary
 boolean equals(Object object)
           
 String getStartingURL()
           
 int hashCode()
           
 void setStartingURL(String startingURL)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeleniumInformation

@DataBoundConstructor
public SeleniumInformation(String startingURL)
Method Detail

getStartingURL

public String getStartingURL()

setStartingURL

public void setStartingURL(String startingURL)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012. All Rights Reserved.