ConfigurationCacheOperationDescriptor

Describes the configuration caching of a build invocation for which an event has occurred.

Since

9.8.0

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable display name for the operation.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the operation.
Link copied to clipboard
@Nullable
abstract fun getParent(): @Nullable OperationDescriptor
Returns the parent operation, if any.