메소드 |
설명 |
|
DNProjectList ( ) : DataList |
Provide a list of all projects. |
|
__construct ( $environmentDir = null, $keyDir = null, $signalDir = null, $dataTransferDir = null, $gitUser = null ) |
|
|
getDataTransferDir ( ) : string |
Get the directory where data transfers should be saved |
|
getEnvironmentDir ( ) : string |
Get the directory environment code is saved |
|
getEnvironmentPaths ( $project ) |
Scan the directory and enumerate all envs founds within. |
|
getGitUser ( ) : string |
Get the username that git commands should be run as |
|
getKeyDir ( ) : string |
Get the directory where ssh are stored |
|
getProjectPaths ( ) : array |
Grabs a list of projects from the env directory. The projects
in the builds directory alone will not be picked up. |
|
getSignalDir ( ) : string |
|
|
inst ( ) : DNData |
Gets the DNData singleton |
|
setDataTransferDir ( string $transferDir ) |
Set the directory where data transfers should be saved |
|
setEnvironmentDir ( string $environmentDir ) |
Set the directory environment code is saved |
|
setGitUser ( string $user ) |
Get the username that git commands should be run as |
|
setKeyDir ( string $keyDir ) |
Set the directory where ssh are stored |
|
setSignalDir ( string $signalDir ) |
|
|