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;
 }