Class DefaultWorkItemOperationDescriptor
- java.lang.Object
-
- org.gradle.tooling.events.internal.DefaultOperationDescriptor
-
- org.gradle.tooling.events.work.internal.DefaultWorkItemOperationDescriptor
-
- All Implemented Interfaces:
OperationDescriptorWrapper
,OperationDescriptor
,WorkItemOperationDescriptor
public class DefaultWorkItemOperationDescriptor extends DefaultOperationDescriptor implements WorkItemOperationDescriptor
-
-
Constructor Summary
Constructors Constructor Description DefaultWorkItemOperationDescriptor(InternalWorkItemDescriptor descriptor, OperationDescriptor parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
Returns the fully-qualified class name of work item's action.-
Methods inherited from class org.gradle.tooling.events.internal.DefaultOperationDescriptor
getDisplayName, getInternalOperationDescriptor, getName, getParent, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gradle.tooling.events.OperationDescriptor
getDisplayName, getName, getParent
-
-
-
-
Constructor Detail
-
DefaultWorkItemOperationDescriptor
public DefaultWorkItemOperationDescriptor(InternalWorkItemDescriptor descriptor, OperationDescriptor parent)
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
Description copied from interface:WorkItemOperationDescriptor
Returns the fully-qualified class name of work item's action.- Specified by:
getClassName
in interfaceWorkItemOperationDescriptor
-
-