The problem is that there's no existing Api object that includes
Recorder in its object graph. It's bit like you've built your house all
correctly but there's no road to get to it.
You can add the following to your publisher:
public final Api getApi() {
return new Api(this);
}
... but I then noticed that a Recorder object isn't bound to URL, so
there's no URL that takes you to this Api object.
Let me add that to the core.
--
Kohsuke Kawaguchi | CloudBees, Inc. |
http://cloudbees.com/
Try Nectar, our professional version of Jenkins