Package | Description |
---|---|
com.hp.lft.report |
Provides the SDK for controlling and customizing the content of the LeanFT report.
|
Modifier and Type | Field and Description |
---|---|
protected ReportLevel |
ModifiableReportConfiguration.reportLevel |
Modifier and Type | Method and Description |
---|---|
ReportLevel |
ReportProvider.getReportLevel()
Returns the report level used to generate the LeanFT report.
|
static ReportLevel |
Reporter.getReportLevel()
Returns the report level used to generate the LeanFT report.
|
ReportLevel |
ReportConfiguration.getReportLevel()
Returns the level of events to be reported.
|
ReportLevel |
ModifiableReportConfiguration.getReportLevel() |
static ReportLevel |
ReportLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportLevel[] |
ReportLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportProvider.setReportLevel(ReportLevel reportLevel)
Sets the report level used to generate the LeanFT report.
|
static void |
Reporter.setReportLevel(ReportLevel reportLevel)
Sets the report level used to generate the LeanFT report.
|
void |
ModifiableReportConfiguration.setReportLevel(ReportLevel reportLevel) |