public class DeploymentFailListener extends Object implements TransactionListener
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
commandExecutor |
protected Set<String> |
deploymentIds |
Constructor and Description |
---|
DeploymentFailListener(Set<String> deploymentIds,
CommandExecutor commandExecutor) |
DeploymentFailListener(String deploymentId,
CommandExecutor commandExecutor) |
protected CommandExecutor commandExecutor
public DeploymentFailListener(String deploymentId, CommandExecutor commandExecutor)
public DeploymentFailListener(Set<String> deploymentIds, CommandExecutor commandExecutor)
public void execute(CommandContext commandContext)
execute
in interface TransactionListener
Copyright © 2019. All rights reserved.