public class ScriptExecutableContainer extends ExecutableContainer
Modifier and Type | Field and Description |
---|---|
protected Map<String,ByteArrayWrapper> |
serializedArguments
Arguments of the task as a map
|
credentials, nodes
Constructor and Description |
---|
ScriptExecutableContainer(ScriptExecutableContainer container) |
ScriptExecutableContainer(TaskScript script) |
Modifier and Type | Method and Description |
---|---|
Script<Serializable> |
getScript() |
Map<String,ByteArrayWrapper> |
getSerializedArguments() |
getCredentials, getNodes, isRunAsUser, setCredentials, setNodes, setRunAsUser
protected Map<String,ByteArrayWrapper> serializedArguments
public ScriptExecutableContainer(TaskScript script)
public ScriptExecutableContainer(ScriptExecutableContainer container)
public Script<Serializable> getScript()
public Map<String,ByteArrayWrapper> getSerializedArguments()