Class DeleteCluster

java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.plugin.databricks.AbstractTask
io.kestra.plugin.databricks.cluster.DeleteCluster
All Implemented Interfaces:
io.kestra.core.models.tasks.RunnableTask<io.kestra.core.models.tasks.VoidOutput>

@Plugin(examples=@Example(title="Delete a Databricks cluster",code="id: deleteCluster\ntype: io.kestra.plugin.databricks.cluster.DeleteCluster\nauthentication:\n token: <your-token>\nhost: <your-host>\nclusterId: <your-cluster>")) public class DeleteCluster extends AbstractTask implements io.kestra.core.models.tasks.RunnableTask<io.kestra.core.models.tasks.VoidOutput>
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.kestra.plugin.databricks.AbstractTask

    AbstractTask.AuthenticationConfig

    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

    Fields inherited from class io.kestra.core.models.tasks.Task

    disabled, id, retry, timeout, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.kestra.core.models.tasks.VoidOutput
    run(io.kestra.core.runners.RunContext runContext)
     

    Methods inherited from class io.kestra.plugin.databricks.AbstractTask

    workspaceClient

    Methods inherited from class io.kestra.core.models.tasks.Task

    findById, findById, getDescription, getDisabled, getId, getLogLevel, getRetry, getTimeout, getType, getWorkerGroup, isFlowable, isSendToWorkerTask

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeleteCluster

      public DeleteCluster()
  • Method Details

    • run

      public io.kestra.core.models.tasks.VoidOutput run(io.kestra.core.runners.RunContext runContext) throws Exception
      Specified by:
      run in interface io.kestra.core.models.tasks.RunnableTask<io.kestra.core.models.tasks.VoidOutput>
      Throws:
      Exception