Refactoring of buisness logic
* added DurationHelper to have access to Convertion in every class * removed tenant specific getter and setter from PollConfigurationHelper * changed getter and setter in TenantMetaData to use DurationObjects instead of Strings * updated UI to call new functions * updated module tests Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
committed by
Nonnenmacher Fabian
parent
4675ebf22c
commit
088df73ea9
@@ -21,7 +21,7 @@ public class ControllerPollProperties {
|
||||
private String pollingTime = "00:05:00";
|
||||
private String pollingOverdueTime = "00:05:00";
|
||||
private String maxPollingTime = "23:59:00";
|
||||
private String minPollingTime = "23:59:00";
|
||||
private String minPollingTime = "00:00:30";
|
||||
|
||||
public String getPollingTime() {
|
||||
return pollingTime;
|
||||
|
||||
Reference in New Issue
Block a user