org.gradle.api.plugins.jetty
Class JettyPluginConvention

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

public class JettyPluginConvention
extends java.lang.Object


Constructor Summary
JettyPluginConvention()
           
 
Method Summary
 java.lang.Integer getHttpPort()
           
 java.lang.String getStopKey()
           
 java.lang.Integer getStopPort()
           
 void setHttpPort(java.lang.Integer httpPort)
           
 void setStopKey(java.lang.String stopKey)
           
 void setStopPort(java.lang.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 java.lang.Integer getHttpPort()

setHttpPort

public void setHttpPort(java.lang.Integer httpPort)

getStopPort

public java.lang.Integer getStopPort()

setStopPort

public void setStopPort(java.lang.Integer stopPort)

getStopKey

public java.lang.String getStopKey()

setStopKey

public void setStopKey(java.lang.String stopKey)