toggle menu
gradle
8.11
API
switch theme
search in API
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
(
)
:
OperationDescriptor