com.browserstack.automate.ci.jenkins.local
Class LocalConfig

java.lang.Object
  extended by com.browserstack.automate.ci.jenkins.local.LocalConfig

public class LocalConfig
extends Object


Constructor Summary
LocalConfig()
           
LocalConfig(String localPath, String localOptions)
           
 
Method Summary
 boolean equals(Object o)
           
 String getLocalOptions()
           
 String getLocalPath()
           
 int hashCode()
           
 void setLocalOptions(String localOptions)
           
 void setLocalPath(String localPath)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalConfig

public LocalConfig()

LocalConfig

@DataBoundConstructor
public LocalConfig(String localPath,
                                        String localOptions)
Method Detail

getLocalPath

public String getLocalPath()

setLocalPath

public void setLocalPath(String localPath)

getLocalOptions

public String getLocalOptions()

setLocalOptions

public void setLocalOptions(String localOptions)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2016. All Rights Reserved.