Bart\Jenkins\JenkinsConfig::port PHP Method

port() public method

public port ( ) : integer
return integer The port that the Jenkins instance is running on
    public function port()
    {
        return $this->getValue('api', 'port', 8080, false);
    }