Package io.github.primelib.jira4j.restv2
Klasse JiraRESTV2ProxySpec
java.lang.Object
io.github.primelib.jira4j.restv2.JiraRESTV2ProxySpec
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanstatic JiraRESTV2ProxySpecdetect()Creates a newJiraRESTV2ProxySpecwith values taken from the proxy environment variables, if applicable.booleaninthashCode()host()The host of the proxy serverThe host of the proxy serverchar[]password()The password used to authenticate with the proxy, if applicablepassword(char[] password) The password used to authenticate with the proxy, if applicableport()The port of the proxy serverThe port of the proxy servertoString()type()type(Proxy.Type type) username()The username used to authenticate with the proxy, if applicableThe username used to authenticate with the proxy, if applicablevoidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Konstruktordetails
-
JiraRESTV2ProxySpec
Constructs a validated implementation ofJiraRESTV2ProxySpec.- Parameter:
spec- the specification to process
-
-
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 missingIllegalArgumentException- if a parameter has an invalid value
-
detect
Creates a newJiraRESTV2ProxySpecwith values taken from the proxy environment variables, if applicable. -
type
-
host
The host of the proxy server -
port
The port of the proxy server -
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
- Gibt zurück:
this.
-
host
The host of the proxy server- Gibt zurück:
this.
-
port
The port of the proxy server- Gibt zurück:
this.
-
username
The username used to authenticate with the proxy, if applicable- Gibt zurück:
this.
-
password
The password used to authenticate with the proxy, if applicable- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-