Refactor the Jenkins object into a class 75/12675/4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 20 Sep 2018 02:24:42 +0000 (22:24 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 20 Sep 2018 02:54:53 +0000 (22:54 -0400)
commitc15e450508a4b34abcc208a87f32a9873e44f4a3
tree781a42264056749550a82fce6318d097810ea164
parent698a8bbb93d65158a5ffe4bf6a13a0445a56feac
Refactor the Jenkins object into a class

Make it easier for us to reuse the Jenkins instance in commands
outside of the jenkins command group.

Issue: RELENG-237
Change-Id: I2168adf9bc992b719da6c0350a446830015e6df6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/cli/jenkins/__init__.py
lftools/cli/jenkins/builds.py
lftools/cli/jenkins/jobs.py
lftools/cli/jenkins/nodes.py
lftools/cli/jenkins/plugins.py
lftools/cli/jenkins/token.py
lftools/jenkins/__init__.py
releasenotes/notes/jenkins-class-refactor-91250f2bba941c26.yaml [new file with mode: 0644]