| Package | Description |
|---|---|
| org.jenkinsci.plugins.reportinfo.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationType |
NotificationBox.getType() |
NotificationType |
NotificationDetail.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 |
|---|
NotificationBox(NotificationType type) |
NotificationDetail(NotificationType type,
String message) |
Copyright © 2017–2021. All rights reserved.