public interface IScriptStepExecutable extends IDeploymentStepExecutable
IStepExecutable
internal implementation contract.Modifier and Type | Interface and Description |
---|---|
static class |
IScriptStepExecutable.ScriptOwnerType
Enumeration that represents the owner of the script to be executed.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<EnvironmentType>> |
getEnvironments()
Returns the environments.
|
String |
getOwnerId()
Returns this step's owner identifier.
|
IScriptStepExecutable.ScriptOwnerType |
getOwnerType()
Returns this step's owner type.
|
String |
getStepId()
Returns this step identifier.
|
void |
setOwnerId(String ownerId)
Sets this step's owner identifier.
|
void |
setOwnerType(IScriptStepExecutable.ScriptOwnerType ownerType)
Sets this step's owner type.
|
void |
setStepId(String stepId)
Sets this step identifier.
|
isMandatory
execute, getDescription, getMessage, stepIgnored
Map<String,List<EnvironmentType>> getEnvironments()
String getOwnerId()
void setOwnerId(String ownerId)
ownerId
- this step's owner identifier.IScriptStepExecutable.ScriptOwnerType getOwnerType()
void setOwnerType(IScriptStepExecutable.ScriptOwnerType ownerType)
ownerType
- this step's owner type.String getStepId()
void setStepId(String stepId)
stepId
- this step identifier.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.