Hi,
i am trying to configure the system-settings of the jabber-plugin via groovy,but can't seem to find the right starting point... i'm already looking at the source code + functions but my java-programming time is too far in the past...
I know i can probably start like this, but how do i configure the parameters like jabber-server nickname etc?
def inst = Jenkins.getInstance()
def test = new hudson.plugins.jabber.im.transport.JabberPublisherDescriptor()
thx in advance,
Roman