org.gradle.api.plugins.jetty
Class JettyPluginConvention

java.lang.Object
  extended by org.gradle.api.plugins.jetty.JettyPluginConvention

public class JettyPluginConvention
extends Object


Constructor Summary
JettyPluginConvention()
           
 
Method Summary
 Integer getHttpPort()
           
 String getStopKey()
           
 Integer getStopPort()
           
 void setHttpPort(Integer httpPort)
           
 void setStopKey(String stopKey)
           
 void setStopPort(Integer stopPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyPluginConvention

public JettyPluginConvention()
Method Detail

getHttpPort

public Integer getHttpPort()

setHttpPort

public void setHttpPort(Integer httpPort)

getStopPort

public Integer getStopPort()

setStopPort

public void setStopPort(Integer stopPort)

getStopKey

public String getStopKey()

setStopKey

public void setStopKey(String stopKey)