Package | Description |
---|---|
org.guvnor.structure.repositories.impl.git.event |
Modifier and Type | Method and Description |
---|---|
static NotificationType |
NotificationType.fromExitCode(int exitCode)
Returns the
NotificationType that matches a given exitCode |
NotificationType |
FileSystemHookNotificationEvent.getType() |
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FileSystemHookNotificationEvent(NotificationType type,
String text) |
PostCommitNotificationEvent(NotificationType type,
String text) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.