PHP Class Bart\Jenkins\JenkinsConfig

Inheritance: extends Bart\Configuration\Configuration
Datei anzeigen Open project: box/bart

Public Methods

Method Description
README ( ) : string
domain ( ) : string
jobLocation ( ) : string
port ( ) : integer
protocol ( ) : string
token ( ) : string
user ( ) : string

Method Details

README() public method

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

domain() public method

public domain ( ) : string
return string The domain of the Jenkins instance

jobLocation() public method

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

port() public method

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

protocol() public method

public protocol ( ) : string
return string Transfer protocol (http or https)

token() public method

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

user() public method

public user ( ) : string
return string Jenkins API user