Class TimeShiftService
java.lang.Object
org.qubership.atp.mia.service.execution.TimeShiftService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckTimeShifting(String systemId) Check if system is present in systemsForTimeShifting map and time shifitng is On.voidupdateTimeShifting(UUID systemId, boolean value) Update systemsForTimeShifting with new systemId and time shifting value.
-
Constructor Details
-
TimeShiftService
public TimeShiftService()
-
-
Method Details
-
checkTimeShifting
Check if system is present in systemsForTimeShifting map and time shifitng is On. -
updateTimeShifting
Update systemsForTimeShifting with new systemId and time shifting value.- Parameters:
value- time shifting On/Off
-