Package org.gradle.tooling.events.task
Interface TaskSkippedResult
- All Superinterfaces:
OperationResult
,SkippedResult
,TaskOperationResult
Describes how a task operation was skipped.
- Since:
- 2.5
-
Method Summary
Modifier and TypeMethodDescriptionReturns a message describing the reason for skipping the task.Methods inherited from interface org.gradle.tooling.events.OperationResult
getEndTime, getStartTime
-
Method Details
-
getSkipMessage
String getSkipMessage()Returns a message describing the reason for skipping the task.- Returns:
- the message describing the skip reason
-