@Deprecated public class JettyPluginConvention extends Object
JettyPlugin
.Constructor | Description |
---|---|
JettyPluginConvention() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Integer |
getHttpPort() |
Deprecated.
Returns the TCP port for Jetty to listen on for incoming HTTP requests.
|
String |
getStopKey() |
Deprecated.
Returns the key to use to stop Jetty.
|
Integer |
getStopPort() |
Deprecated.
Returns the TCP port for Jetty to listen on for stop requests.
|
void |
setHttpPort(Integer httpPort) |
Deprecated.
|
void |
setStopKey(String stopKey) |
Deprecated.
|
void |
setStopPort(Integer stopPort) |
Deprecated.
|
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getStopPort()
public void setStopPort(Integer stopPort)
public String getStopKey()
public void setStopKey(String stopKey)