Groovy Documentation

org.gradle.api.plugins.jetty
Class JettyPluginConvention

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

class JettyPluginConvention
extends java.lang.Object

author:
Hans Dockter


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
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

JettyPluginConvention

JettyPluginConvention()


 
Method Detail

getHttpPort

public java.lang.Integer getHttpPort()


getStopKey

public java.lang.String getStopKey()


getStopPort

public java.lang.Integer getStopPort()


setHttpPort

public void setHttpPort(java.lang.Integer httpPort)


setStopKey

public void setStopKey(java.lang.String stopKey)


setStopPort

public void setStopPort(java.lang.Integer stopPort)


 

Groovy Documentation