TransformOperationDescriptor

Describes a transform operation for which an event has occurred.

Since

5.1

Types

Link copied to clipboard
Describes the subject (artifact or file) of a transform operation.
Link copied to clipboard
Describes the transformer of a transform operation.

Functions

Link copied to clipboard
Returns the dependencies (other transforms and tasks) of this transform operation.
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 getParent(): @Nullable OperationDescriptor
Returns the parent operation, if any.
Link copied to clipboard
Returns the subject of this transform operation.
Link copied to clipboard
Returns the display name of this transform operation.