PHP Class Bart\Jenkins\JenkinsConfig

Inheritance: extends Bart\Configuration\Configuration
Afficher le fichier Open project: box/bart

Méthodes publiques

Méthode Description
README ( ) : string
domain ( ) : string
jobLocation ( ) : string
port ( ) : integer
protocol ( ) : string
token ( ) : string
user ( ) : string

Method Details

README() public méthode

public README ( ) : string
Résultat string Sample of how configuration is intended to be defined

domain() public méthode

public domain ( ) : string
Résultat string The domain of the Jenkins instance

jobLocation() public méthode

public jobLocation ( ) : string
Résultat string The location of the Jenkins job.

port() public méthode

public port ( ) : integer
Résultat integer The port that the Jenkins instance is running on

protocol() public méthode

public protocol ( ) : string
Résultat string Transfer protocol (http or https)

token() public méthode

public token ( ) : string
Résultat string Jenkins API token corresponding to the Jenkins API user

user() public méthode

public user ( ) : string
Résultat string Jenkins API user