toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.configuration
/
ProjectConfigurationOperationDescriptor
Project
Configuration
Operation
Descriptor
API
interface
ProjectConfigurationOperationDescriptor
:
OperationDescriptor
(
source
)
Describes a project configuration operation for which an event has occurred.
Since
5.1
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
abstract
fun
getParent
(
)
:
OperationDescriptor
get
Project
Link copied to clipboard
API
abstract
fun
getProject
(
)
:
ProjectIdentifier
Returns the project that is configured by the described operation.