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.String
AbstractCompletionListener. logErrorMessage(HttpResult error, java.nio.file.Path errorMessagePath, int maxLine)
void
AbstractCompletionListener. onError(HttpResult error)
void
CompletionListener. onError(HttpResult error)
void
CompletionListener. 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) class
BasicHttpResult
-
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 void
RemoteJarSigner.OverwriteJarOnSuccess. onSuccess(HttpResult result)
-