Свойство | Тип | Описание | |
---|---|---|---|
$allowed_actions | array |
Свойство | Тип | Описание | |
---|---|---|---|
$environment | DNEnvironment | ||
$project | DNProject |
Метод | Описание | |
---|---|---|
Link ( ) : string | ||
getModel ( string $name = '' ) : array | ||
index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse | ||
init ( ) | ||
show ( SS_HTTPRequest $request ) : string | ||
update ( SS_HTTPRequest $request ) : SS_HTTPResponse |
Метод | Описание | |
---|---|---|
createUpdate ( ) : SS_HTTPResponse | ||
getGitBranches ( $project ) : array | ||
getGitPrevDeploys ( $project ) : array | ||
getGitTags ( $project ) : array | ||
getUpdateStatus ( integer $ID ) : SS_HTTPResponse |
protected createUpdate ( ) : SS_HTTPResponse | ||
Результат | SS_HTTPResponse |
protected getGitBranches ( $project ) : array | ||
$project | ||
Результат | array |
protected getGitPrevDeploys ( $project ) : array | ||
$project | ||
Результат | array |
protected getUpdateStatus ( integer $ID ) : SS_HTTPResponse | ||
$ID | integer | |
Результат | SS_HTTPResponse |
public index ( SS_HTTPRequest $request ) : HTMLText | SS_HTTPResponse | ||
$request | SS_HTTPRequest | |
Результат | HTMLText | SS_HTTPResponse |
public update ( SS_HTTPRequest $request ) : SS_HTTPResponse | ||
$request | SS_HTTPRequest | |
Результат | SS_HTTPResponse |
public static array $allowed_actions | ||
Результат | array |