Re: Slave page

2013-09-04 Thread Oliv
Ok so I can't write at the middle in the computer page even with a jelly file ? I don't know how the metadata plugin works i'll search informations about it. Thanks for your answers ! -- View this message in context:

Re: Slave page

2013-09-04 Thread Oleg Nenashev
Ok so I can't write at the middle in the computer page even with a jelly file? Summary.jelly from NodeProperty writes to the center of the page. You can see examples at the Ownership plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Ownership+Plugin), which makes the same ownership boxes for

Re: Slave page

2013-09-03 Thread Oliv
Thank you for your answer. I am going to use TransientComputerActionFactory after have understood a little better the ComputerPanelBox I have the class Action with the class transientComputerActionFactory but i don't know how use them to write at the middle of the slave page. I have to write a

Re: Slave page

2013-09-03 Thread Vincent Latombe
Hi, as far as I can see, both Actions and ComputerPanelBox are inserted in the sidepanel (see jenkins-core/src/main/resources/hudson/model/Computer/sidepanel.jelly) as far as I can see there is currently no extention point that allows to contribute in the main part of a Computer index page.

Re: Slave page

2013-09-03 Thread Oleg Nenashev
Hello, I suppose that you could add such visualization to the Metadata plugin (https://wiki.jenkins-ci.org/display/JENKINS/Metadata+plugin) via the summary.jelly. I have such feature in the my wish-list, but I won't be able to do it till November :( In my opinion, it could be a very flexible

Re: Slave page

2013-08-30 Thread Vincent Latombe
Hi, given the description, I believe TransientComputerActionFactory satisfies your need. It allows you to write an Action class and instanciates it. Then the action can define some jelly files, depending where its data should be displayed in the UI. Vincent 2013/8/28 Oliv