Méthode |
Description |
|
Link ( ) |
|
|
LogContent ( ) |
|
|
LogLink ( ) |
|
|
ResqueStatus ( ) : string |
This remains here for backwards compatibility - we don't want to expose Resque status in here. |
|
canView ( $member = null ) |
|
|
enqueueDeployment ( ) : string |
Start a resque job for this deployment |
|
getChanges ( ) : ArrayList |
Return a list of things that are going to be deployed, such
as the code version, and any infrastructural changes. |
|
getCommit ( ) : Gitonomy\Git\Commit | null |
Gets the commit from source. The result is cached upstream in Repository. |
|
getCommitMessage ( ) : string | null |
Gets the commit message. |
|
getCommitSubjectMessage ( ) : string | null |
Gets the commit message. |
|
getCommitURL ( ) : null | string |
Get the commit URL to the commit associated with this deployment. |
|
getDeploymentStrategy ( ) : DeploymentStrategy |
|
|
getFiniteState ( ) |
|
|
getFullDeployMessages ( ) : ArrayList |
Collate the list of additional flags to affix to this deployment. |
|
getMachine ( ) |
|
|
getRepository ( ) : Repository | null |
Fetch the git repository |
|
getSigFile ( ) |
|
|
getStatus ( ) |
|
|
getTag ( ) : Varchar | null |
Fetches the latest tag for the deployed commit |
|
getTags ( ) : ArrayList |
Return all tags for the deployed commit. |
|
log ( ) : DeploynautLogFile |
|
|
setFiniteState ( $state ) |
|
|
setResqueToken ( $token ) |
|
|
setSignal ( $signal ) |
Signal the worker to self-abort. If we had a reliable way of figuring out the right PID,
we could posix_kill directly, but Resque seems to not provide a way to find out the PID
from the job nor worker. |
|