org.codehaus.mojo.selenium
Class XvfbMojo
java.lang.Object
groovy.lang.GroovyObjectSupport
org.codehaus.gmaven.mojo.GroovyMojo
org.codehaus.mojo.selenium.XvfbMojo
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class XvfbMojo
- extends org.codehaus.gmaven.mojo.GroovyMojo
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.gmaven.mojo.GroovyMojo |
fail, fail, getLog, getPluginContext, getProperty, setLog, setPluginContext |
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XvfbMojo
public XvfbMojo()
getXvfbExecutable
public String getXvfbExecutable()
setXvfbExecutable
public void setXvfbExecutable(String value)
getXauthEnabled
public boolean getXauthEnabled()
isXauthEnabled
public boolean isXauthEnabled()
setXauthEnabled
public void setXauthEnabled(boolean value)
getXauthExecutable
public String getXauthExecutable()
setXauthExecutable
public void setXauthExecutable(String value)
getXauthProtocol
public String getXauthProtocol()
setXauthProtocol
public void setXauthProtocol(String value)
getAuthenticationFile
public File getAuthenticationFile()
setAuthenticationFile
public void setAuthenticationFile(File value)
getDEFAULT_DISPLAY_NUMBER
public static int getDEFAULT_DISPLAY_NUMBER()
getDisplay
public String getDisplay()
setDisplay
public void setDisplay(String value)
getOptions
public String[] getOptions()
setOptions
public void setOptions(String[] value)
getDisplayPropertiesFile
public File getDisplayPropertiesFile()
setDisplayPropertiesFile
public void setDisplayPropertiesFile(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)
getSkip
public boolean getSkip()
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean value)
getReuse
public boolean getReuse()
isReuse
public boolean isReuse()
setReuse
public void setReuse(boolean value)
getDISPLAY_FILE_PROP
public static String getDISPLAY_FILE_PROP()
execute
public void execute()
Copyright © 2006-2012 Codehaus. All Rights Reserved.