Uses of Interface
org.eclipse.cbi.maven.http.HttpResult
-
Packages that use HttpResult Package Description org.eclipse.cbi.maven.http org.eclipse.cbi.maven.http.apache org.eclipse.cbi.maven.plugins.jarsigner -
-
Uses of HttpResult in org.eclipse.cbi.maven.http
Methods in org.eclipse.cbi.maven.http with parameters of type HttpResult Modifier and Type Method Description private java.lang.StringAbstractCompletionListener. logErrorMessage(HttpResult error, java.nio.file.Path errorMessagePath, int maxLine)voidAbstractCompletionListener. onError(HttpResult error)voidCompletionListener. onError(HttpResult error)voidCompletionListener. onSuccess(HttpResult result) -
Uses of HttpResult in org.eclipse.cbi.maven.http.apache
Classes in org.eclipse.cbi.maven.http.apache that implement HttpResult Modifier and Type Class Description (package private) classBasicHttpResult -
Uses of HttpResult in org.eclipse.cbi.maven.plugins.jarsigner
Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type HttpResult Modifier and Type Method Description voidRemoteJarSigner.OverwriteJarOnSuccess. onSuccess(HttpResult result)
-