PHP 클래스 DNCommit

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

보호된 프로퍼티들

프로퍼티 타입 설명
$bodyMessage string
$buildname string
$commit Gitonomy\Git\Commit
$data DNData
$name
$ownerBranchName string
$project DNProject
$references
$subjectMessage string

공개 메소드들

메소드 설명
BodyMessage ( )
Created ( ) : SS_Datetime
CurrentlyDeployedTo ( ) : ArrayList
EverDeployedTo ( string $environmentName ) : boolean
Filename ( ) : string
FullName ( ) : string
Name ( ) : string Return the hash of the commit, used to name this commit.
References ( ) : ArrayList
SHA ( ) : string Return the full SHA of the commit.
SubjectMessage ( ) : string Return the first line of the commit message.
__construct ( Gitonomy\Git\Commit $commit, DNProject $project, DNData $data, string | null $ownerBranchName = null )

메소드 상세

BodyMessage() 공개 메소드

public BodyMessage ( )

Created() 공개 메소드

public Created ( ) : SS_Datetime
리턴 SS_Datetime

CurrentlyDeployedTo() 공개 메소드

public CurrentlyDeployedTo ( ) : ArrayList
리턴 ArrayList

EverDeployedTo() 공개 메소드

public EverDeployedTo ( string $environmentName ) : boolean
$environmentName string
리턴 boolean True if this release has ever been deployed to the given environment

Filename() 공개 메소드

public Filename ( ) : string
리턴 string

FullName() 공개 메소드

public FullName ( ) : string
리턴 string

Name() 공개 메소드

Return the hash of the commit, used to name this commit.
public Name ( ) : string
리턴 string

References() 공개 메소드

public References ( ) : ArrayList
리턴 ArrayList

SHA() 공개 메소드

Return the full SHA of the commit.
public SHA ( ) : string
리턴 string

SubjectMessage() 공개 메소드

Return the first line of the commit message.
public SubjectMessage ( ) : string
리턴 string

__construct() 공개 메소드

public __construct ( Gitonomy\Git\Commit $commit, DNProject $project, DNData $data, string | null $ownerBranchName = null )
$commit Gitonomy\Git\Commit
$project DNProject
$data DNData
$ownerBranchName string | null

프로퍼티 상세

$bodyMessage 보호되어 있는 프로퍼티

protected string $bodyMessage
리턴 string

$buildname 보호되어 있는 프로퍼티

protected string $buildname
리턴 string

$commit 보호되어 있는 프로퍼티

protected Gitonomy\Git\Commit $commit
리턴 Gitonomy\Git\Commit

$data 보호되어 있는 프로퍼티

protected DNData $data
리턴 DNData

$name 보호되어 있는 프로퍼티

protected $name

$ownerBranchName 보호되어 있는 프로퍼티

protected string $ownerBranchName
리턴 string

$project 보호되어 있는 프로퍼티

protected DNProject $project
리턴 DNProject

$references 보호되어 있는 프로퍼티

protected $references

$subjectMessage 보호되어 있는 프로퍼티

protected string $subjectMessage
리턴 string