EverDeployedTo() public méthode

public EverDeployedTo ( string $environmentName ) : boolean
$environmentName string
Résultat boolean True if this release has ever been deployed to the given environment
Exemple #1
0
 public function getReleaseStatus(DNCommit $commit, $sha)
 {
     return $commit->EverDeployedTo($this->Environment()->Name) ? 'success' : null;
 }