public class UpdateMonitorDefinitionStepExecutable extends Object implements IDeploymentStepExecutable
Constructor and Description |
---|
UpdateMonitorDefinitionStepExecutable(Set<IModule> modulesAffected,
String moduleId,
String packageId)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(IStep step)
Executes the step code.
|
String |
getDescription()
Returns the description of the step.
|
String |
getMessage()
Returns the message of the step.
|
boolean |
isMandatory()
Indicates whether the step is mandatory.
|
void |
stepIgnored(IStep step)
Callback invoked when the step is ignored.
|
public void execute(IStep step) throws Throwable
IStepExecutable
execute
in interface IStepExecutable
step
- the step owner of the executable.Throwable
public String getDescription()
IStepExecutable
getDescription
in interface IStepExecutable
public String getMessage()
IStepExecutable
getMessage
in interface IStepExecutable
public void stepIgnored(IStep step) throws Throwable
IStepExecutable
stepIgnored
in interface IStepExecutable
step
- the ignored step.Throwable
public boolean isMandatory()
IDeploymentStepExecutable
isMandatory
in interface IDeploymentStepExecutable
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.