Bart\Jenkins\JenkinsConfig::jobLocation PHP Method

jobLocation() public method

public jobLocation ( ) : string
return string The location of the Jenkins job.
    public function jobLocation()
    {
        return $this->getValue('job', 'location', null, false);
    }