Klasse JiraRESTV3ProxySpec

java.lang.Object
io.github.primelib.jira4j.restv3.JiraRESTV3ProxySpec

public class JiraRESTV3ProxySpec extends Object
  • Konstruktordetails

  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException - if a required parameter is missing
      IllegalArgumentException - if a parameter has an invalid value
    • detect

      public static JiraRESTV3ProxySpec detect()
      Creates a new JiraRESTV3ProxySpec with values taken from the proxy environment variables, if applicable.
    • type

      @NotNull public Proxy.Type type()
    • host

      public String host()
      The host of the proxy server
    • port

      public Integer port()
      The port of the proxy server
    • username

      public String username()
      The username used to authenticate with the proxy, if applicable
    • password

      public char[] password()
      The password used to authenticate with the proxy, if applicable
    • type

      public JiraRESTV3ProxySpec type(@NotNull Proxy.Type type)
      Gibt zurück:
      this.
    • host

      public JiraRESTV3ProxySpec host(String host)
      The host of the proxy server
      Gibt zurück:
      this.
    • port

      public JiraRESTV3ProxySpec port(Integer port)
      The port of the proxy server
      Gibt zurück:
      this.
    • username

      public JiraRESTV3ProxySpec username(String username)
      The username used to authenticate with the proxy, if applicable
      Gibt zurück:
      this.
    • password

      public JiraRESTV3ProxySpec password(char[] password)
      The password used to authenticate with the proxy, if applicable
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object