Bart\Jenkins\JenkinsConfig::user PHP Method

user() public method

public user ( ) : string
return string Jenkins API user
    public function user()
    {
        return $this->getValue('api', 'user', null, false);
    }