On Wed, Oct 9, 2013 at 11:04 AM, Chris Cooper
<[email protected]> wrote:
> We're getting closer (grin)!
>
> Let me ask a specific question:
>
> In my Jenkins system script, Thread.currentThread() returns an object of
> type hudson.model.Executor.  I know this because in my Groovy script I
> assigned Thread.currentThread() to an untyped variable (a "def") and then
> did a println thr.getClass().getName().
>
> Is there any way to get this information from any online documentation?
> Or is the 'println' method the only way?

There's the online javadocs:
http://javadoc.jenkins-ci.org/

Or if you like brute force, you can download the source and feed it to
something like OpenGrok.  And speaking of OpenGrok, has anyone set up
jenkins jobs to keep OpenGrok views of source up to date?

-- 
   Les Mikesell
      [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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