Searched defs:getNotifyUponErrorEmailAddresses (Results 26 - 30 of 30) sorted by relevance

12

/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskTool.java236 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskTool
237 return taskScheduleArgs.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java198 public List<String> getNotifyUponErrorEmailAddresses() method in class:TaskScheduleUserData
261 taskSchedule.getNotifyUponErrorEmailAddresses()};
H A DTaskTool.java235 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskTool
236 return taskScheduleArgs.getNotifyUponErrorEmailAddresses();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskScheduleUserData.java196 public List<String> getNotifyUponErrorEmailAddresses() method in class:TaskScheduleUserData
259 taskSchedule.getNotifyUponErrorEmailAddresses()};
H A DTaskTool.java227 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskTool
228 return taskScheduleArgs.getNotifyUponErrorEmailAddresses();

Completed in 55 milliseconds

12