PHP Class Bart\GitHook\GitHookSystemConfig

Inheritance: extends Bart\Configuration\Configuration
Afficher le fichier Open project: box/bart Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

README() public méthode

public README ( ) : string
Résultat string Sample of how configuration is intended to be defined

envVarNameForPushUser() public méthode

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

frozenRepoNames() public méthode

public frozenRepoNames ( ) : string[]
Résultat string[] Names of repositories configured to be frozen

superUserNames() public méthode

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