TaskOperationDescriptor

Describes a task operation for which an event has occurred.

Since

2.5

Functions

Link copied to clipboard
Returns the dependencies of the task (other tasks and transforms), if available.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable display name for the operation.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the operation.
Link copied to clipboard
@Nullable
abstract fun getOriginPlugin(): @Nullable PluginIdentifier
Returns the identifier of the plugin that registered this task, if available.
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable OperationDescriptor
Returns the parent operation, if any.
Link copied to clipboard
abstract fun getTaskPath(): String
Returns the path of the task.