pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
857 stars 483 forks source link

Available methods for JOB objects. #818

Closed bp32795 closed 1 year ago

bp32795 commented 2 years ago
ISSUE TYPE
Jenkinsapi Most recent
Jenkins 2.164
SUMMARY

Is there documentation on what methods are availaible for JOB objects? I see in the examples get_description() and is_enabled() are valid, but I am unable to find other options.

bp32795 commented 2 years ago

Workaround is to just do a dir() on the job object. I would still like more documentation on what does what. I am trying to get timestamps for last successful jobs, but it doesn't seem like that gets pulled with get_build_metadata()