artifactory-client-java icon indicating copy to clipboard operation
artifactory-client-java copied to clipboard

Limited support for running execution plugins

Open DarthFennec opened this issue 10 years ago • 1 comments

There doesn't seem to be a way to specify which http method to use when calling an execution plugin. It just uses POST, even though some plugins may be set up to only use GET or something.

Also, there doesn't seem to be a way to attach a request body to an execution plugin, so I can't use this library to call plugins that take a body parameter.

DarthFennec avatar Jul 29 '15 22:07 DarthFennec

I'm also facing the same issues when writing groovy unit tests, it would be nice to have support to be able to change to different REST calls

edwardl50 avatar Oct 11 '16 18:10 edwardl50