org.onap migration
[vid.git] / vid-app-common / src / main / java / org / onap / vid / scheduler / SchedulerProperties.java
1 package org.onap.vid.scheduler;
2
3 import org.openecomp.portalsdk.core.util.SystemProperties;
4
5
6 public class SchedulerProperties extends SystemProperties { 
7         
8         public static final String SCHEDULER_USER_NAME_VAL =  "scheduler.user.name";
9                 
10         public static final String SCHEDULER_PASSWORD_VAL = "scheduler.password";
11         
12         public static final String SCHEDULER_SERVER_URL_VAL = "scheduler.server.url";
13
14         public static final String SCHEDULER_GET_SCHEDULES = "scheduler.get.schedules";
15
16         public static final String SCHEDULER_DELETE_SCHEDULE = "scheduler.delete.schedule";
17
18
19 }