@Deprecated public class JettyPluginConvention extends Object
JettyPlugin.| Constructor and Description | 
|---|
| JettyPluginConvention()Deprecated.  | 
| Modifier and Type | Method and 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)