gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.work
/
WorkItemOperationDescriptor
Work
Item
Operation
Descriptor
API
interface
WorkItemOperationDescriptor
:
OperationDescriptor
(
source
)
Describes a work item operation for which an event has occurred.
Since
5.1
Members
Functions
get
Class
Name
Link copied to clipboard
API
abstract
fun
getClassName
(
)
:
String
Returns the fully-qualified class name of work item's action.
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
(
)
:
@
Nullable
OperationDescriptor