JvmTestOperationDescriptor
, ProjectConfigurationOperationDescriptor
, TaskOperationDescriptor
, TestOperationDescriptor
, TransformOperationDescriptor
, WorkItemOperationDescriptor
public interface OperationDescriptor
You can use equals()
to determine whether 2 different descriptors refer to the same operation.
The subtypes of this interface define specific types of operations, such as task execution.
Modifier and Type | Method | Description |
---|---|---|
String |
getDisplayName() |
Returns a human consumable display name for the operation.
|
String |
getName() |
Returns the name of the operation.
|
OperationDescriptor |
getParent() |
Returns the parent operation, if any.
|
String getName()
String getDisplayName()
@Nullable OperationDescriptor getParent()