PHP Класс DNCreateEnvironment

Наследование: extends DataObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Link ( ) : string
LogContent ( )
LogLink ( ) : string
Name ( ) : string
ResqueStatus ( ) : string Returns the status of the resque job
canView ( $member = null ) : boolean
createEnvironment ( )
getBackend ( ) : EnvironmentCreateBackend | null Fetches the EnvironmentCreateBackend based on the EnvironmentType saved to this job.
log ( ) : DeploynautLogFile
map_resque_status ( integer $int ) : string
start ( )

Защищенные методы

Метод Описание
enqueueCreation ( ) : string Start a resque job for this creation.
logfile ( ) : string Return a path to the log file.

Описание методов

LogContent() публичный метод

public LogContent ( )

Name() публичный метод

public Name ( ) : string
Результат string

ResqueStatus() публичный метод

Returns the status of the resque job
public ResqueStatus ( ) : string
Результат string

canView() публичный метод

public canView ( $member = null ) : boolean
Результат boolean

createEnvironment() публичный метод

public createEnvironment ( )

enqueueCreation() защищенный метод

Start a resque job for this creation.
protected enqueueCreation ( ) : string
Результат string Resque token

getBackend() публичный метод

Fetches the EnvironmentCreateBackend based on the EnvironmentType saved to this job.
public getBackend ( ) : EnvironmentCreateBackend | null
Результат EnvironmentCreateBackend | null

log() публичный метод

public log ( ) : DeploynautLogFile
Результат DeploynautLogFile

logfile() защищенный метод

Return a path to the log file.
protected logfile ( ) : string
Результат string

map_resque_status() публичный статический метод

public static map_resque_status ( integer $int ) : string
$int integer
Результат string

start() публичный метод

public start ( )