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

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java113 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
115 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java127 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
H A DTaskScheduleUserData.java199 public List<String> getNotifyUponErrorEmailAddresses() method in class:TaskScheduleUserData
262 taskSchedule.getNotifyUponErrorEmailAddresses()};
H A DTaskTool.java236 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskTool
237 return taskScheduleArgs.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java112 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
114 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java126 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
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/opendj2.6.2/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java113 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
115 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java127 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
H A DTaskScheduleUserData.java199 public List<String> getNotifyUponErrorEmailAddresses() method in class:TaskScheduleUserData
262 taskSchedule.getNotifyUponErrorEmailAddresses()};
H A DTaskTool.java236 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskTool
237 return taskScheduleArgs.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java113 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
115 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java127 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
H A DTaskScheduleUserData.java199 public List<String> getNotifyUponErrorEmailAddresses() method in class:TaskScheduleUserData
262 taskSchedule.getNotifyUponErrorEmailAddresses()};
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java112 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
114 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java126 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalScheduleInformation.java94 public List<String> getNotifyUponErrorEmailAddresses() method in class:PurgeHistoricalScheduleInformation
96 return taskSchedule.getNotifyUponErrorEmailAddresses();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskScheduleInformation.java126 List<String> getNotifyUponErrorEmailAddresses(); method in interface:TaskScheduleInformation
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java375 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java376 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java376 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java375 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java376 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/
H A DTaskScheduleArgs.java378 public List<String> getNotifyUponErrorEmailAddresses() { method in class:TaskScheduleArgs

Completed in 145 milliseconds

12