|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The result type.public interface ResultHandler<T>
A handler for an asynchronous operation which returns an object of type T.
Method Summary | |
---|---|
void |
onComplete(T result)
Handles successful completion of the operation. |
void |
onFailure(GradleConnectionException failure)
Handles failures. |
Method Detail |
---|
void onComplete(T result)
result
- the resultvoid onFailure(GradleConnectionException failure)
LongRunningOperation.setStandardInput(java.io.InputStream)
, LongRunningOperation.setJavaHome(java.io.File)
, LongRunningOperation.setJvmArguments(String...)
but those settings are not supported on the target Gradle.
failure
- the failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |