EverDeployedTo() публичный Метод

public EverDeployedTo ( string $environmentName ) : boolean
$environmentName string
Результат boolean True if this release has ever been deployed to the given environment
Пример #1
0
 public function getReleaseStatus(DNCommit $commit, $sha)
 {
     return $commit->EverDeployedTo($this->Environment()->Name) ? 'success' : null;
 }