public class JettyPluginConvention extends Object
JettyPlugin
.コンストラクタと説明 |
---|
JettyPluginConvention() |
修飾子とタイプ | メソッドと説明 |
---|---|
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) |
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getStopPort()
public void setStopPort(Integer stopPort)
public String getStopKey()
public void setStopKey(String stopKey)