Interface TransformOperationDescriptor
- All Superinterfaces:
- OperationDescriptor
Describes a transform operation for which an event has occurred.
- Since:
- 5.1
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDescribes the subject (artifact or file) of a transform operation.static interfaceDescribes the transformer of a transform operation.
- 
Method SummaryModifier and TypeMethodDescriptionSet<? extends OperationDescriptor> Returns the dependencies (other transforms and tasks) of this transform operation.Returns the subject of this transform operation.Returns the display name of this transform operation.Methods inherited from interface org.gradle.tooling.events.OperationDescriptorgetDisplayName, getName, getParent
- 
Method Details- 
getTransformerTransformOperationDescriptor.TransformerDescriptor getTransformer()Returns the display name of this transform operation.
- 
getSubjectTransformOperationDescriptor.SubjectDescriptor getSubject()Returns the subject of this transform operation.
- 
getDependenciesSet<? extends OperationDescriptor> getDependencies()Returns the dependencies (other transforms and tasks) of this transform operation.
 
-