Class HttpUtils.EndpointSpec

java.lang.Object
com.atlassian.bamboo.utils.HttpUtils.EndpointSpec
Enclosing class:
HttpUtils

public static class HttpUtils.EndpointSpec extends Object
  • Field Details

    • host

      @NotNull public final @NotNull String host
    • port

      @NotNull public final @NotNull Integer port
  • Constructor Details

    • EndpointSpec

      public EndpointSpec(@NotNull @NotNull String host, @NotNull @NotNull Integer port)