Re: Change visual interface of jenkins with java

2014-02-12 Thread Stefan Bauer
Hallo Stephen, I'm done with my first adventure to create a new view and to change it's tabs (text or colour). But now I don't know how to change the content of my view. For example I want to change the colomns and their entries and create my own matrix For this purpose, their is certainly

Re: Change visual interface of jenkins with java

2014-01-09 Thread Stefan Bauer
Hello Stephen, so I will learn about creating a new Plugin and the basics first and then I will follow your advice! Lets see how far I get :) My feedback follows in a few days. Thanks for that! :-) Best regards Stefan Am Donnerstag, 9. Januar 2014 11:05:34 UTC+1 schrieb Stephen Connolly: >

Re: Change visual interface of jenkins with java

2014-01-09 Thread Stephen Connolly
What you want to do is create an alternative implementation of the View extension point. You can do that from a plugin and then create a new view at the root level of jenkins. Once you have such a view you can then change the default view of your root to be your newly created view. See any of the

Change visual interface of jenkins with java

2014-01-09 Thread Stefan Bauer
Hallo, I want to change the first page of jenkins (table with all jobs ) in eclipse with java. So, I want to develop a new/own visual interface. The settings of my IDE is done, so I could start with the coding... But I don't know where... My questions are: 1.) Where, i.e. in which package,