org.codehaus.mojo.selenium
Class StartServerMojo
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.gmaven.mojo.GroovyMojo
org.codehaus.mojo.selenium.StartServerMojo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class StartServerMojo
- extends org.codehaus.gmaven.mojo.GroovyMojo
- implements groovy.lang.GroovyObject
Start the Selenium server.
- Since:
- 1.0-beta-1
- Version:
- $Id: StartServerMojo.groovy 12859 2010-10-13 09:36:15Z olamy $
- Author:
- Jason Dillon
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.codehaus.gmaven.mojo.GroovyMojo |
fail, fail, getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartServerMojo
public StartServerMojo()
getPort
public int getPort()
setPort
public void setPort(int value)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int value)
getDebug
public boolean getDebug()
isDebug
public boolean isDebug()
setDebug
public void setDebug(boolean value)
getWorkingDirectory
public File getWorkingDirectory()
setWorkingDirectory
public void setWorkingDirectory(File value)
getLogOutput
public boolean getLogOutput()
isLogOutput
public boolean isLogOutput()
setLogOutput
public void setLogOutput(boolean value)
getLogFile
public File getLogFile()
setLogFile
public void setLogFile(File value)
getBackground
public boolean getBackground()
isBackground
public boolean isBackground()
setBackground
public void setBackground(boolean value)
getVerifyBrowser
public String getVerifyBrowser()
setVerifyBrowser
public void setVerifyBrowser(String value)
getSingleWindow
public boolean getSingleWindow()
isSingleWindow
public boolean isSingleWindow()
setSingleWindow
public void setSingleWindow(boolean value)
getForcedBrowserMode
public String getForcedBrowserMode()
setForcedBrowserMode
public void setForcedBrowserMode(String value)
getBrowserSessionReuse
public boolean getBrowserSessionReuse()
isBrowserSessionReuse
public boolean isBrowserSessionReuse()
setBrowserSessionReuse
public void setBrowserSessionReuse(boolean value)
getDefaultUserExtensions
public String getDefaultUserExtensions()
setDefaultUserExtensions
public void setDefaultUserExtensions(String value)
getDefaultUserExtensionsEnabled
public boolean getDefaultUserExtensionsEnabled()
isDefaultUserExtensionsEnabled
public boolean isDefaultUserExtensionsEnabled()
setDefaultUserExtensionsEnabled
public void setDefaultUserExtensionsEnabled(boolean value)
getUserExtensions
public String getUserExtensions()
setUserExtensions
public void setUserExtensions(String value)
getAvoidProxy
public boolean getAvoidProxy()
isAvoidProxy
public boolean isAvoidProxy()
setAvoidProxy
public void setAvoidProxy(boolean value)
getFirefoxProfileTemplate
public File getFirefoxProfileTemplate()
setFirefoxProfileTemplate
public void setFirefoxProfileTemplate(File value)
getBrowserSideLog
public boolean getBrowserSideLog()
isBrowserSideLog
public boolean isBrowserSideLog()
setBrowserSideLog
public void setBrowserSideLog(boolean value)
getEnsureCleanSession
public boolean getEnsureCleanSession()
isEnsureCleanSession
public boolean isEnsureCleanSession()
setEnsureCleanSession
public void setEnsureCleanSession(boolean value)
getTrustAllSSLCertificates
public boolean getTrustAllSSLCertificates()
isTrustAllSSLCertificates
public boolean isTrustAllSSLCertificates()
setTrustAllSSLCertificates
public void setTrustAllSSLCertificates(boolean value)
getDisplayPropertiesFile
public File getDisplayPropertiesFile()
setDisplayPropertiesFile
public void setDisplayPropertiesFile(File value)
getTrustStore
public File getTrustStore()
setTrustStore
public void setTrustStore(File value)
getTrustStorePassword
public String getTrustStorePassword()
setTrustStorePassword
public void setTrustStorePassword(String value)
getProxyPort
public String getProxyPort()
setProxyPort
public void setProxyPort(String value)
getProxyHost
public String getProxyHost()
setProxyHost
public void setProxyHost(String value)
getNonProxyHosts
public String getNonProxyHosts()
setNonProxyHosts
public void setNonProxyHosts(String value)
getSkip
public boolean getSkip()
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean value)
getPluginArtifactMap
public Map getPluginArtifactMap()
setPluginArtifactMap
public void setPluginArtifactMap(Map value)
execute
public void execute()
- Specified by:
execute in interface org.apache.maven.plugin.Mojo
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class groovy.lang.GroovyObjectSupport
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class groovy.lang.GroovyObjectSupport
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class groovy.lang.GroovyObjectSupport
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class org.codehaus.gmaven.mojo.GroovyMojo
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class groovy.lang.GroovyObjectSupport
Copyright © 2006-2010 Codehaus. All Rights Reserved.