org.codehaus.mojo.selenium
Class StopServerMojo

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.codehaus.gmaven.mojo.GroovyMojo
          extended by org.codehaus.mojo.selenium.StopServerMojo
All Implemented Interfaces:
groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class StopServerMojo
extends org.codehaus.gmaven.mojo.GroovyMojo


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StopServerMojo()
           
 
Method Summary
 void execute()
           
 int getPort()
           
 boolean getSkip()
           
 boolean isSkip()
           
 void setPort(int value)
           
 void setSkip(boolean value)
           
 
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
 

Constructor Detail

StopServerMojo

public StopServerMojo()
Method Detail

getPort

public int getPort()

setPort

public void setPort(int value)

getSkip

public boolean getSkip()

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean value)

execute

public void execute()


Copyright © 2006-2012 Codehaus. All Rights Reserved.