api / org.gradle.tooling.events / SuccessResult

SuccessResult

interface SuccessResult : OperationResult

Describes how an operation finished successfully.

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

TaskSuccessResult

interface TaskSuccessResult : TaskOperationResult, SuccessResult

Describes how a task operation finished successfully.

TestSuccessResult

interface TestSuccessResult : TestOperationResult, SuccessResult

Describes how a test operation finished successfully.