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