Completed
Push — master ( 143938...b80751 )
by Tomaz
04:05 queued 01:22
created

_post_event_to_st2()   B

Complexity

Conditions 6

Size

Total Lines 17

Duplication

Lines 0
Ratio 0 %
Metric Value
cc 6
dl 0
loc 17
rs 8
1
from lib import action
2
3
4
class ListRunningJobs(action.JenkinsBaseAction):
5
    def run(self):
6
        return self.jenkins.get_jobs()
7