| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolResultSeverity
Standard implementation of
IToolResultSeverity. |
| Modifier and Type | Field and Description |
|---|---|
static IToolResultSeverity |
ToolResultSeverity.OK
OK severity with return code
0. |
| Modifier and Type | Method and Description |
|---|---|
IToolResultSeverity |
ToolResult.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolResult.setSeverity(IToolResultSeverity pSeverity)
Sets the result's severity.
|
| Constructor and Description |
|---|
ToolResult(IToolContext pToolContext,
java.lang.String pMessage,
IToolResultSeverity pSeverity)
Creates a new tool result with a message and severity.
|
ToolResult(IToolContext pToolContext,
java.lang.String pMessage,
IToolResultSeverity pSeverity,
IToolOutput pToolOutput)
Creates a new tool result with a message, severity and tool output.
|
| Modifier and Type | Method and Description |
|---|---|
IToolResultSeverity |
IToolResult.getSeverity()
Gets the severity of the execution result.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.