ProjectConfigurationOperationDescriptor

Describes a project configuration operation for which an event has occurred.

Since

5.1

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.
Link copied to clipboard
Returns the project that is configured by the described operation.