public interface NetworkProxyService
| Modifier and Type | Method and Description |
|---|---|
void |
addNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy) |
Boolean |
deleteNetworkProxy(String networkProxyId) |
List<org.apache.archiva.admin.model.beans.NetworkProxy> |
getNetworkProxies() |
org.apache.archiva.admin.model.beans.NetworkProxy |
getNetworkProxy(String networkProxyId) |
void |
updateNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy) |
List<org.apache.archiva.admin.model.beans.NetworkProxy> getNetworkProxies() throws ArchivaRestServiceException
ArchivaRestServiceExceptionorg.apache.archiva.admin.model.beans.NetworkProxy getNetworkProxy(String networkProxyId) throws ArchivaRestServiceException
ArchivaRestServiceExceptionvoid addNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
throws ArchivaRestServiceException
ArchivaRestServiceExceptionvoid updateNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
throws ArchivaRestServiceException
ArchivaRestServiceExceptionBoolean deleteNetworkProxy(String networkProxyId) throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.