I have problem with developing new plugin. I created class FirstPlugin with
implements Action and added constructor:
public class FirstPlugin implements Action {
private AbstractBuild build;
public FirstPlugin(AbstractBuild build) {
this.build = build;
}
...
}
then, in summay.jelly i created button and connected it with a function in
my java class. It seems to work but only if the job is running. When build
is terminated and I click the button nothing happens. I guess my
constructor can be wrong but I need access to build class and build summary
screen.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-dev/28c8a971-01cc-4453-9d27-da8492056695%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.