toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.task
/
TaskExecutionResult
Task
Execution
Result
API
interface
TaskExecutionResult
:
TaskOperationResult
(
source
)
Describes the result of a non-skipped task.
Since
5.1
Inheritors
TaskSuccessResult
TaskFailureResult
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Execution
Reasons
Link copied to clipboard
API
@
Nullable
abstract
fun
getExecutionReasons
(
)
:
List
<
String
>
Returns the reasons why this task was executed.
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long
is
Incremental
Link copied to clipboard
API
abstract
fun
isIncremental
(
)
:
Boolean
Returns whether this task was executed incrementally.