PHP 클래스 Bart\GitHook\GitHookConfig

상속: extends Bart\Configuration\ProjectConfiguration
파일 보기 프로젝트 열기: box/bart 1 사용 예제들

공개 메소드들

메소드 설명
README ( ) : string
getEmergencyNotificationBody ( ) : string
getEmergencyNotificationEmailAddress ( ) : string
getEmergencyNotificationSubject ( ) : string
getPostReceiveHookActions ( ) : string[]
getPreReceiveHookActions ( ) : string[]
getValidRefs ( ) : string[]
jiraCommentTemplate ( ) : string

메소드 상세

README() 공개 메소드

public README ( ) : string
리턴 string Sample of how configuration is intended to be defined

getEmergencyNotificationBody() 공개 메소드

public getEmergencyNotificationBody ( ) : string
리턴 string body to send in notification email

getEmergencyNotificationEmailAddress() 공개 메소드

public getEmergencyNotificationEmailAddress ( ) : string
리턴 string email address to send notifications to

getEmergencyNotificationSubject() 공개 메소드

public getEmergencyNotificationSubject ( ) : string
리턴 string subject to send notification email with

getPostReceiveHookActions() 공개 메소드

public getPostReceiveHookActions ( ) : string[]
리턴 string[] List of FQCN's of each GitHookAction to be run on post-receive

getPreReceiveHookActions() 공개 메소드

public getPreReceiveHookActions ( ) : string[]
리턴 string[] List of FQCN's of each GitHookAction to be run on pre-receive

getValidRefs() 공개 메소드

public getValidRefs ( ) : string[]
리턴 string[] List of refs to run git hooks on

jiraCommentTemplate() 공개 메소드

public jiraCommentTemplate ( ) : string
리턴 string Template string to be sent to sprintf