Class DefaultTestOutputOperationDescriptor
- java.lang.Object
-
- org.gradle.tooling.events.internal.DefaultOperationDescriptor
-
- org.gradle.tooling.events.test.internal.DefaultTestOutputOperationDescriptor
-
- All Implemented Interfaces:
OperationDescriptorWrapper
,OperationDescriptor
,TestOutputDescriptor
public class DefaultTestOutputOperationDescriptor extends DefaultOperationDescriptor implements TestOutputDescriptor
-
-
Constructor Summary
Constructors Constructor Description DefaultTestOutputOperationDescriptor(InternalOperationDescriptor internalDescriptor, OperationDescriptor parent, Destination destination, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Destination
getDestination()
Describes whether the content was printed to the standard output or the standard error.java.lang.String
getMessage()
The text printed by the test.-
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
-
DefaultTestOutputOperationDescriptor
public DefaultTestOutputOperationDescriptor(InternalOperationDescriptor internalDescriptor, OperationDescriptor parent, Destination destination, java.lang.String message)
-
-
Method Detail
-
getDestination
public Destination getDestination()
Description copied from interface:TestOutputDescriptor
Describes whether the content was printed to the standard output or the standard error.- Specified by:
getDestination
in interfaceTestOutputDescriptor
-
getMessage
public java.lang.String getMessage()
Description copied from interface:TestOutputDescriptor
The text printed by the test.- Specified by:
getMessage
in interfaceTestOutputDescriptor
-
-