Package org.gradle.tooling.events.work
Interface WorkItemOperationDescriptor
- All Superinterfaces:
- OperationDescriptor
Describes a work item operation for which an event has occurred.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the fully-qualified class name of work item's action.Methods inherited from interface org.gradle.tooling.events.OperationDescriptorgetDisplayName, getName, getParent
- 
Method Details- 
getClassNameString getClassName()Returns the fully-qualified class name of work item's action.
 
-