Package io.kestra.plugin.powerbi
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 ClassesNested 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 -
Method Summary
Methods inherited from class io.kestra.plugin.powerbi.AbstractPowerBi
client, requestMethods inherited from class io.kestra.core.models.tasks.Task
findById, findById, getDescription, getDisabled, getId, getLogLevel, getRetry, getTimeout, getType, getWorkerGroup, isAllowFailure, isFlowable, isSendToWorkerTaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.WorkerJobLifecycle
kill, stop
-
Constructor Details
-
RefreshGroupDataset
public RefreshGroupDataset()
-
-
Method Details
-
run
public RefreshGroupDataset.Output run(io.kestra.core.runners.RunContext runContext) throws Exception - Specified by:
runin interfaceio.kestra.core.models.tasks.RunnableTask<RefreshGroupDataset.Output>- Throws:
Exception
-