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.test
/
TestOperationDescriptor
Test
Operation
Descriptor
API
interface
TestOperationDescriptor
:
OperationDescriptor
(
source
)
Describes a test operation for which an event has occurred.
Since
2.4
Inheritors
JvmTestOperationDescriptor
Members
Functions
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.
get
Test
Display
Name
Link copied to clipboard
API
@
Incubating
abstract
fun
getTestDisplayName
(
)
:
String
Returns the display name of the test.