PHP 클래스 Bart\Jenkins\JenkinsConfig

상속: extends Bart\Configuration\Configuration
파일 보기 프로젝트 열기: box/bart

공개 메소드들

메소드 설명
README ( ) : string
domain ( ) : string
jobLocation ( ) : string
port ( ) : integer
protocol ( ) : string
token ( ) : string
user ( ) : string

메소드 상세

README() 공개 메소드

public README ( ) : string
리턴 string Sample of how configuration is intended to be defined

domain() 공개 메소드

public domain ( ) : string
리턴 string The domain of the Jenkins instance

jobLocation() 공개 메소드

public jobLocation ( ) : string
리턴 string The location of the Jenkins job.

port() 공개 메소드

public port ( ) : integer
리턴 integer The port that the Jenkins instance is running on

protocol() 공개 메소드

public protocol ( ) : string
리턴 string Transfer protocol (http or https)

token() 공개 메소드

public token ( ) : string
리턴 string Jenkins API token corresponding to the Jenkins API user

user() 공개 메소드

public user ( ) : string
리턴 string Jenkins API user