|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.plugins.jetty.JettyPluginConvention
public class JettyPluginConvention
Convention properties and methods added by the JettyPlugin.
| Constructor Summary | |
|---|---|
JettyPluginConvention()
|
|
| Method Summary | |
|---|---|
Integer |
getHttpPort()
Returns the TCP port for Jetty to listen on for incoming HTTP requests. |
String |
getStopKey()
Returns the key to use to stop Jetty. |
Integer |
getStopPort()
Returns the TCP port for Jetty to listen on for stop requests. |
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 |
|---|
public JettyPluginConvention()
| Method Detail |
|---|
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getStopPort()
public void setStopPort(Integer stopPort)
public String getStopKey()
public void setStopKey(String stopKey)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||