Uses of Class
org.guvnor.structure.repositories.impl.git.event.NotificationType
-
Packages that use NotificationType Package Description org.guvnor.structure.repositories.impl.git.event -
-
Uses of NotificationType in org.guvnor.structure.repositories.impl.git.event
Methods in org.guvnor.structure.repositories.impl.git.event that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. fromExitCode(int exitCode)Returns theNotificationTypethat matches a given exitCodeNotificationTypeFileSystemHookNotificationEvent. getType()static NotificationTypeNotificationType. 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.Constructors in org.guvnor.structure.repositories.impl.git.event with parameters of type NotificationType Constructor Description FileSystemHookNotificationEvent(NotificationType type, String text)PostCommitNotificationEvent(NotificationType type, String text)
-