appengine-plugins-core/src/main/java/com/google/cloud/tools/appengine/configuration/RunConfiguration.java [72:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Nullable
  public String getHost() {
    return host;
  }

  @Nullable
  public Integer getPort() {
    return port;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



appengine-plugins-core/src/main/java/com/google/cloud/tools/appengine/configuration/StopConfiguration.java [31:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Nullable
  public String getHost() {
    return host;
  }

  @Nullable
  public Integer getPort() {
    return port;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



