The result of a model request.
- Type of model in the resultType | Name and description |
---|---|
GradleConnectionException |
getFailure() The failure retrieving the model. |
T |
getModel() Returns the model produced. |
The failure retrieving the model. If this value is not null, further details can be obtained by casting to FailedModelResult.
Returns the model produced.