Package io.kestra.core.tasks.scripts
Class AbstractBash
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.scripts.AbstractBash
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.kestra.core.models.tasks.Task
io.kestra.core.models.tasks.Task.TaskBuilder<C extends io.kestra.core.models.tasks.Task,B extends io.kestra.core.models.tasks.Task.TaskBuilder<C, B>> -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.protected DockerOptionsDeprecated.Deprecated.protected @NotNull BooleanDeprecated.Deprecated.protected ObjectDeprecated.protected @NotNull @NotEmpty StringDeprecated.protected String[]Deprecated.Deprecated.Deprecated.Deprecated.protected @NotNull @NotEmpty RunnerTypeDeprecated.protected @NotNull BooleanDeprecated.protected PathDeprecated.Fields inherited from class io.kestra.core.models.tasks.Task
disabled, id, retry, timeout, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinalEnv()Deprecated.finalInputFiles(io.kestra.core.runners.RunContext runContext) Deprecated.Deprecated.protected ScriptOutputDeprecated.Methods inherited from class io.kestra.core.models.tasks.Task
findById, findById, getDescription, getDisabled, getId, getLogLevel, getRetry, getTimeout, getType, getWorkerGroup, isFlowable, isSendToWorkerTask
-
Field Details
-
runner
Deprecated. -
dockerOptions
Deprecated. -
interpreter
Deprecated. -
interpreterArgs
Deprecated. -
exitOnFailed
Deprecated. -
files
Deprecated. -
outputsFiles
Deprecated. -
outputFiles
Deprecated. -
outputDirs
Deprecated. -
inputFiles
@PluginProperty(additionalProperties=java.lang.String.class, dynamic=true) protected Object inputFilesDeprecated. -
env
@PluginProperty(additionalProperties=java.lang.String.class, dynamic=true) protected Map<String,String> envDeprecated. -
warningOnStdErr
Deprecated. -
workingDirectory
Deprecated. -
additionalVars
Deprecated.
-
-
Constructor Details
-
AbstractBash
public AbstractBash()Deprecated.
-
-
Method Details
-
finalInterpreter
Deprecated. -
finalInputFiles
protected Map<String,String> finalInputFiles(io.kestra.core.runners.RunContext runContext) throws IOException, io.kestra.core.exceptions.IllegalVariableEvaluationException Deprecated.- Throws:
IOExceptionio.kestra.core.exceptions.IllegalVariableEvaluationException
-
finalEnv
Deprecated.- Throws:
IOException
-
run
protected ScriptOutput run(io.kestra.core.runners.RunContext runContext, Supplier<String> commandsSupplier) throws Exception Deprecated.- Throws:
Exception
-