com.polarion.alm.builder.model.IBuildEvent
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | TYPE_ID | structure id |
| String | KEY_SEVERITY | field severity of type {@link LogEventSeverity} |
| String | KEY_MESSAGE | field message of type {@link String} |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getMessage() | Event message. |
| void | setMessage(String) | Set message. |
Back to Index