ProjectState
provides information about the execution state of a project.
Type | Name and description |
---|---|
boolean |
getExecuted() |
Throwable |
getFailure() Returns the exception describing the project failure, if any. |
void |
rethrowFailure() Throws the project failure, if any. |
Returns true if this project has been evaluated.
Returns the exception describing the project failure, if any.
Throws the project failure, if any. Does nothing if the project did not fail.