PHP 클래스 DNCreateEnvironment

상속: extends DataObject
파일 보기 프로젝트 열기: silverstripe/deploynaut 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )