gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
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
Returns a human consumable display name for the operation.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the operation.
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
@
Nullable
OperationDescriptor
Returns the parent operation, if any.