commit | 9666b5ac38110b5fd8356c7ccd2ba31b003eb88a | [log] [tgz] |
---|---|---|
author | Tobias Henkel <tobias.henkel@bmw.de> | Sat Feb 10 13:12:16 2018 +0100 |
committer | Tobias Henkel <tobias.henkel@bmw.de> | Sat Feb 10 13:19:11 2018 +0100 |
tree | 162a9511846d05a143419e5ea7f58118dee17701 | |
parent | 09fb2cda9a79d017d9a7f9f0b4b5a21bb1fed8ff [diff] |
Move autohold processing into separate method The autohold processing is currently part of the _doBuildCompletedEvent method and does quite some work before the build result is checked. Moving this into its own method makes it easy to skip for all but failed builds while imroving readability of the _doBuildCompletedEvent method. Change-Id: I9339a17fc347745a40ad7ca26ddf2d04f4dc7829