Bart\Jenkins\JenkinsConfig::protocol PHP Method

protocol() public method

public protocol ( ) : string
return string Transfer protocol (http or https)
    public function protocol()
    {
        return $this->getValue('api', 'protocol', 'http', false);
    }