toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
ProjectState
Project
State
API
interface
ProjectState
(
source
)
ProjectState
provides information about the execution state of a project.
Members
Functions
get
Executed
Link copied to clipboard
API
abstract
fun
getExecuted
(
)
:
Boolean
Returns true if this project has been evaluated.
get
Failure
Link copied to clipboard
API
@
Nullable
abstract
fun
getFailure
(
)
:
Throwable
Returns the exception describing the project failure, if any.
rethrow
Failure
Link copied to clipboard
API
abstract
fun
rethrowFailure
(
)
Throws the project failure, if any.