PHP Interface JiraRestApi\Configuration\ConfigurationInterface

Datei anzeigen Open project: lesstif/php-jira-rest-client

Public Methods

Method Description
getJiraHost ( ) : string Jira host.
getJiraLogFile ( ) : string Path to log file.
getJiraLogLevel ( ) : string Log level (DEBUG, INFO, ERROR, WARNING).
getJiraPassword ( ) : string Jira password.
getJiraUser ( ) : string Jira login.
isCurlOptSslVerifyHost ( ) : boolean Curl options CURLOPT_SSL_VERIFYHOST.
isCurlOptSslVerifyPeer ( ) : boolean Curl options CURLOPT_SSL_VERIFYPEER.
isCurlOptVerbose ( ) : boolean Curl options CURLOPT_VERBOSE.

Method Details

getJiraHost() public method

Jira host.
public getJiraHost ( ) : string
return string

getJiraLogFile() public method

Path to log file.
public getJiraLogFile ( ) : string
return string

getJiraLogLevel() public method

Log level (DEBUG, INFO, ERROR, WARNING).
public getJiraLogLevel ( ) : string
return string

getJiraPassword() public method

Jira password.
public getJiraPassword ( ) : string
return string

getJiraUser() public method

Jira login.
public getJiraUser ( ) : string
return string

isCurlOptSslVerifyHost() public method

Curl options CURLOPT_SSL_VERIFYHOST.
public isCurlOptSslVerifyHost ( ) : boolean
return boolean

isCurlOptSslVerifyPeer() public method

Curl options CURLOPT_SSL_VERIFYPEER.
public isCurlOptSslVerifyPeer ( ) : boolean
return boolean

isCurlOptVerbose() public method

Curl options CURLOPT_VERBOSE.
public isCurlOptVerbose ( ) : boolean
return boolean