api / org.gradle.tooling.events / SkippedResult

SkippedResult

interface SkippedResult : OperationResult

Describes how an operation was skipped.

Since
2.4

Inherited Functions

getEndTime

abstract fun getEndTime(): Long

Returns the time when the operation finished its execution.

getStartTime

abstract fun getStartTime(): Long

Returns the time when the operation started its execution.

Inheritors

TaskSkippedResult

interface TaskSkippedResult : TaskOperationResult, SkippedResult

Describes how a task operation was skipped.

TestSkippedResult

interface TestSkippedResult : TestOperationResult, SkippedResult

Describes how a test operation was skipped.