434445464748495051
} else { this.passDevice.off(); this.failDevice.on(); } } catch (Exception ex) { throw new BuildStatusIndicatorException( "Could not send command to BuildStatusIndicator: ", ex); } }
575859606162636465
log.info("Turning off"); try { this.passDevice.off(); this.failDevice.off(); } catch (Exception ex) { throw new BuildStatusIndicatorException( "Could not send command to BuildStatusIndicator: ", ex); } }