| Package | Description |
|---|---|
| org.apache.nifi.reporting |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bulletin |
ReportingContext.createBulletin(String category,
Severity severity,
String message)
Creates a controller-level
Bulletin with the given category, severity
level, and message, so that the Bulletin can be added to the
BulletinRepository. |
Bulletin |
ReportingContext.createBulletin(String componentId,
String category,
Severity severity,
String message)
Creates a
Bulletin for the component with the specified
identifier. |
Copyright © 2019 Apache NiFi Project. All rights reserved.