PHP 클래스 JiraRestApi\Configuration\AbstractConfiguration

상속: implements JiraRestApi\Configuration\ConfigurationInterface
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client

보호된 프로퍼티들

프로퍼티 타입 설명
$curlOptSslVerifyHost boolean Curl options CURLOPT_SSL_VERIFYHOST.
$curlOptSslVerifyPeer boolean Curl options CURLOPT_SSL_VERIFYPEER.
$curlOptVerbose boolean Curl options CURLOPT_VERBOSE.
$jiraHost string Jira host.
$jiraLogFile string Path to log file.
$jiraLogLevel string Log level (DEBUG, INFO, ERROR, WARNING).
$jiraPassword string Jira password.
$jiraUser string Jira login.

공개 메소드들

메소드 설명
getJiraHost ( ) : string
getJiraLogFile ( ) : string
getJiraLogLevel ( ) : string
getJiraPassword ( ) : string
getJiraUser ( ) : string
isCurlOptSslVerifyHost ( ) : boolean
isCurlOptSslVerifyPeer ( ) : boolean
isCurlOptVerbose ( ) : boolean

메소드 상세

getJiraHost() 공개 메소드

public getJiraHost ( ) : string
리턴 string

getJiraLogFile() 공개 메소드

public getJiraLogFile ( ) : string
리턴 string

getJiraLogLevel() 공개 메소드

public getJiraLogLevel ( ) : string
리턴 string

getJiraPassword() 공개 메소드

public getJiraPassword ( ) : string
리턴 string

getJiraUser() 공개 메소드

public getJiraUser ( ) : string
리턴 string

isCurlOptSslVerifyHost() 공개 메소드

public isCurlOptSslVerifyHost ( ) : boolean
리턴 boolean

isCurlOptSslVerifyPeer() 공개 메소드

public isCurlOptSslVerifyPeer ( ) : boolean
리턴 boolean

isCurlOptVerbose() 공개 메소드

public isCurlOptVerbose ( ) : boolean
리턴 boolean

프로퍼티 상세

$curlOptSslVerifyHost 보호되어 있는 프로퍼티

Curl options CURLOPT_SSL_VERIFYHOST.
protected bool $curlOptSslVerifyHost
리턴 boolean

$curlOptSslVerifyPeer 보호되어 있는 프로퍼티

Curl options CURLOPT_SSL_VERIFYPEER.
protected bool $curlOptSslVerifyPeer
리턴 boolean

$curlOptVerbose 보호되어 있는 프로퍼티

Curl options CURLOPT_VERBOSE.
protected bool $curlOptVerbose
리턴 boolean

$jiraHost 보호되어 있는 프로퍼티

Jira host.
protected string $jiraHost
리턴 string

$jiraLogFile 보호되어 있는 프로퍼티

Path to log file.
protected string $jiraLogFile
리턴 string

$jiraLogLevel 보호되어 있는 프로퍼티

Log level (DEBUG, INFO, ERROR, WARNING).
protected string $jiraLogLevel
리턴 string

$jiraPassword 보호되어 있는 프로퍼티

Jira password.
protected string $jiraPassword
리턴 string

$jiraUser 보호되어 있는 프로퍼티

Jira login.
protected string $jiraUser
리턴 string