DNBranch::DNBuildList PHP Method

DNBuildList() public method

Provides a DNBuildList of builds found in this project.
public DNBuildList ( )
    public function DNBuildList()
    {
        $blockBranch = $this->branch->getName() == 'master' ? null : 'master';
        return DNReferenceList::create($this->project, $this->data, $this->branch, $blockBranch);
    }