Interface ProjectConfigurationOperationDescriptor
- All Superinterfaces:
- OperationDescriptor
Describes a project configuration operation for which an event has occurred.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the project that is configured by the described operation.Methods inherited from interface org.gradle.tooling.events.OperationDescriptorgetDisplayName, getName, getParent
- 
Method Details- 
getProjectProjectIdentifier getProject()Returns the project that is configured by the described operation.
 
-