man page for plugin classes [message #938415] |
Tue, 09 October 2012 17:32  |
Eclipse User |
|
|
|
Newbie here, trying to learn how to modify the HelloWorldBuilder.java plugin
It is a subclass of Builder that contains several objects: (cut/paste from another wiki)
Build - Object representing the build of the job being performed. Build in turn give access to important model objects like
Project - The buildable Job
Workspace - The folder where the build happens
Result - Result of the build until this build step
Launcher - Launcher which is used to launch the build of this job
BuildListener - An interface to communicate the status of the build steps being performed in this Builder and send any console message from this Build Step to Hudson
I would like to use those objects to extract information and act on it.
Where do I find documentation on those classes? (properties, interfaces...)
For example, I want to know the BUILD_ID (build number). If only I have the man page on those classes.
thanks
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04004 seconds