Hello all, I'm having a problem that has left me completely stumped and would be very happy if somebody could help me solve it. This problem involves stapler, and there seems to be very limited resources on the internet in helping me solve it.
*I am making a Jenkins plugin in Java. This plugin extends the TransientProjectActionFactory class. Here is the project directory tree shown in intelliJ:* *As you can see there's 2 classes in my project, Test, and TestAction.* *Here's the code in Test.java:* *Here's the code in TestAction.java:* *Upon successfully cleaning, and packaging the project, and then deploying the hpi file in jenkins, I then click on one of the jobs and see the icon for my plugin as expected (displaying "testName"):* *I click on the link and then the following error message gets displayed:* -- 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]. For more options, visit https://groups.google.com/d/optout.
