new GitStatusChecker(optionsopt)
Creates a status checker for the current git repository.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
GitStatusCheckerOptions |
<optional> |
Options. |
- Source:
Members
(static, constant) SLUG_CONFIG_NAME
Git configuration option name in which the Travis CI slug is stored.
- Source:
(static, constant) SLUG_INVALID
Message returned when the repository slug is invalid.
- Source:
(static, constant) SLUG_VALID_RE
RegExp used to test the validity of a repository slug.
Note: travis.rb only checks for a '/' character, but GitHub currently
requires only ASCII letters, numbers, '.', and '-'. Choose a middle ground
which catches likely erroneous names.
- Source: