PHP 클래스 Bart\GitHook\GitHookSystemConfig

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

공개 메소드들

메소드 설명
README ( ) : string
envVarNameForPushUser ( ) : PhpOption\Option
frozenRepoNames ( ) : string[]
superUserNames ( ) : string[] Super users are users to whom the frozen status does not apply Typically, this has been used for automation & admins

메소드 상세

README() 공개 메소드

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

envVarNameForPushUser() 공개 메소드

public envVarNameForPushUser ( ) : PhpOption\Option
리턴 PhpOption\Option [string] Name of environment variable capturing name of user performing `git push`

frozenRepoNames() 공개 메소드

public frozenRepoNames ( ) : string[]
리턴 string[] Names of repositories configured to be frozen

superUserNames() 공개 메소드

Super users are users to whom the frozen status does not apply Typically, this has been used for automation & admins
public superUserNames ( ) : string[]
리턴 string[] List of super users