Added ability to query slaves for executors.
authorDavid Johansen <david@makewhat.is>
Tue, 29 Oct 2013 02:29:17 +0000 (19:29 -0700)
committerDavid Johansen <djohansen@twitter.com>
Tue, 29 Oct 2013 02:29:43 +0000 (19:29 -0700)
commitb1efd11f8d96ce5e25960681059931578a9575b0
treebf123519b7d9a7a0905e2091af1b506e2793202e
parent1845c64d491ddd54b9332077fac2fd24ce268205
Added ability to query slaves for executors.

  - can pull list of executor objects for
    each slave
  - added unit tests for new code.
jenkinsapi/__init__.py
jenkinsapi/executor.py [new file with mode: 0644]
jenkinsapi/executors.py [new file with mode: 0644]
jenkinsapi/jenkins.py
jenkinsapi_tests/unittests/test_executors.py [new file with mode: 0644]