Hello everybody,

I'm creating a Jenkins plugins in order to have some Code Quality
informations.
In Jenkins I have created a new page where I can display my result in an
array:

For example :

    Name of the file               Number of Lines                 Others
metrics
           test.java                            2100
         25

Everything works fines for the moment but I want to display my source code
when someone click on the name of the file. I explain:
if I click on test.ajav I would like to see my full source code.

I have already the source of all files in a String ( 1 string for 1 file)
I have create a hyperlink on the name of the file.

But my question is :

I would like to display the source code in a new window ( with <a href=""
target="_blank">) where my source code will be display, but I don't want to
create every time a new Jelly File or HTML file.
Is it possible? If yes, can you give me some advices?

Thanks

-- 
                           RONCARI Florian
           Engineering Student in TELECOM Saint-Etienne.

                        French phone number  : (+33) 06
              German phone number : (+49) 017687899417

-- 
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/groups/opt_out.


Reply via email to