Package io.kestra.core.tasks.storages
Class Size
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.storages.Size
- All Implemented Interfaces:
RunnableTask<Size.Output>
@Plugin(examples=@Example(code="uri: \"kestra://long/url/file.txt\""))
public class Size
extends Task
implements RunnableTask<Size.Output>
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(RunContext runContext) Thsis method is called inside the Worker to run (execute) the task.Methods inherited from class io.kestra.core.models.tasks.Task
findById, findById, isFlowable, isSendToWorkerTask
-
Constructor Details
-
Size
public Size()
-
-
Method Details
-
run
Description copied from interface:RunnableTaskThsis method is called inside the Worker to run (execute) the task.- Specified by:
runin interfaceRunnableTask<Size.Output>- Throws:
Exception
-