public interface ServerUpdateActionResult
Modifier and Type | Interface and Description |
---|---|
static class |
ServerUpdateActionResult.Result |
Modifier and Type | Method and Description |
---|---|
Throwable |
getDeploymentException()
Gets the exception, if any, that occurred while executing this action.
|
ServerUpdateActionResult.Result |
getResult()
Gets the result of the action's modification to the server's configuration.
|
ServerUpdateActionResult |
getRollbackResult()
If the #getResult() result was {@link Result#ROLLED_BACK} or
{@link Result#FAILED} and the update plan allows rollback,
gets the result of rolling back the action.
|
UUID |
getUpdateActionId()
Gets the unique ID of the deployment action.
|
UUID getUpdateActionId()
null
ServerUpdateActionResult.Result getResult()
null
Throwable getDeploymentException()
null
if no exception occurredServerUpdateActionResult getRollbackResult()
null
if the
action was not rolled back.Copyright © 2019 JBoss by Red Hat. All rights reserved.