Bart\Jenkins\JenkinsConfig::domain PHP Method

domain() public method

public domain ( ) : string
return string The domain of the Jenkins instance
    public function domain()
    {
        return $this->getValue('api', 'domain');
    }