|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.jetty.JettyPluginConvention
class JettyPluginConvention
| 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 | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Constructor Detail |
|---|
JettyPluginConvention()
| Method Detail |
|---|
public java.lang.Integer getHttpPort()
public java.lang.String getStopKey()
public java.lang.Integer getStopPort()
public void setHttpPort(java.lang.Integer httpPort)
public void setStopKey(java.lang.String stopKey)
public void setStopPort(java.lang.Integer stopPort)
Groovy Documentation