ProjectState

interface ProjectState(source)

ProjectState provides information about the execution state of a project.

Functions

Link copied to clipboard
abstract fun getExecuted(): Boolean
Returns true if this project has been evaluated.
Link copied to clipboard
@Nullable
abstract fun getFailure(): Throwable
Returns the exception describing the project failure, if any.
Link copied to clipboard
abstract fun rethrowFailure()
Throws the project failure, if any.