Class RefreshGroupDataset

java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.plugin.powerbi.AbstractPowerBi
io.kestra.plugin.powerbi.RefreshGroupDataset
All Implemented Interfaces:
io.kestra.core.models.Plugin, io.kestra.core.models.tasks.RunnableTask<RefreshGroupDataset.Output>, io.kestra.core.models.tasks.TaskInterface, io.kestra.core.models.WorkerJobLifecycle

public class RefreshGroupDataset extends AbstractPowerBi implements io.kestra.core.models.tasks.RunnableTask<RefreshGroupDataset.Output>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    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
    run(io.kestra.core.runners.RunContext runContext)
     

    Methods inherited from class io.kestra.plugin.powerbi.AbstractPowerBi

    client, request

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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.kestra.core.models.WorkerJobLifecycle

    kill, stop