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