| Package | Description |
|---|---|
| com.rudikershaw.gitbuildhook.hook.type |
Package containing classes that relate to the different types of Git hook.
|
| Modifier and Type | Method and Description |
|---|---|
static GitHookType |
GitHookType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitHookType[] |
GitHookType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.