org.apache.archiva.rest.api.services
Interface NetworkProxyService
public interface NetworkProxyService
- Since:
- 1.4-M1
- Author:
- Olivier Lamy
getNetworkProxies
List<org.apache.archiva.admin.model.beans.NetworkProxy> getNetworkProxies()
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
getNetworkProxy
org.apache.archiva.admin.model.beans.NetworkProxy getNetworkProxy(String networkProxyId)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
addNetworkProxy
void addNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
updateNetworkProxy
void updateNetworkProxy(org.apache.archiva.admin.model.beans.NetworkProxy networkProxy)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
deleteNetworkProxy
Boolean deleteNetworkProxy(String networkProxyId)
throws ArchivaRestServiceException
- Throws:
ArchivaRestServiceException
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.