jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 13 forks source link

Extract CleanCallable #193

Closed mawHBT closed 1 year ago

mawHBT commented 2 years ago

CleanRTSCallable, CleanMeasurementCallable and CleanRCACallable have a lot of repeated code. So I started to extract a CleanCallable superclass.

DaGeRe commented 1 year ago

Thats a good idea, thanks for the PR!