Access Nexus Proxy Details

I’m creating a plugin for nexus and I need to access proxy details configured in the nexus repo manager. How do I access proxy details from my plugin?

image

You should be able to access it via the HttpClientManager - nexus-public/HttpClientManager.java at master · sonatype/nexus-public · GitHub

1 Like

It worked. Thanks. Where does nexus store these proxy details? Is it in the nexus config database?

I believe so