WorkItemOperationDescriptor

Describes a work item operation for which an event has occurred.

Since

5.1

Functions

Link copied to clipboard
abstract fun getClassName(): String
Returns the fully-qualified class name of work item's action.
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.