Interface AlarmNotificationRPC
- 
 public interface AlarmNotificationRPC
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UIResponsecreateRoster(java.util.Locale locale, java.lang.String name)UIResponsedeleteRosters(java.util.Locale locale, java.util.List<java.lang.String> names)UIResponseeditRoster(java.util.Locale locale, java.lang.String name, java.util.List<User> model)java.util.List<java.lang.String>getNotificationProfiles()java.util.List<java.lang.String>getOnCallRosters()java.util.Collection<NotificationProfileProperty<?>>getProfileProperties(java.lang.String profileName)RosterModelgetRoster(java.lang.String name)java.util.List<java.lang.String>listPipelines()java.util.List<java.lang.String>listPipelines(java.lang.String project)Get a List of alarm pipelines defined inproject, by name.
 
- 
- 
- 
Method Detail- 
getNotificationProfilesjava.util.List<java.lang.String> getNotificationProfiles() - Returns:
- A list of notification profiles, by name.
 
 - 
getProfilePropertiesjava.util.Collection<NotificationProfileProperty<?>> getProfileProperties(java.lang.String profileName) throws java.lang.Exception - Parameters:
- profileName- The name of the profile.
- Returns:
- The NotificationProfilePropertys provided by the given profile.
- Throws:
- java.lang.Exception
 
 - 
listPipelinesjava.util.List<java.lang.String> listPipelines() - Returns:
- a List of alarm pipelines defined in the default pipeline project, by name.
 
 - 
listPipelinesjava.util.List<java.lang.String> listPipelines(java.lang.String project) Get a List of alarm pipelines defined inproject, by name.- Parameters:
- project- the name of the project.
- Returns:
- a list of alarm pipelines defined in the given project.
 
 - 
getOnCallRostersjava.util.List<java.lang.String> getOnCallRosters() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 - 
getRosterRosterModel getRoster(java.lang.String name) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
editRosterUIResponse editRoster(java.util.Locale locale, java.lang.String name, java.util.List<User> model) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
createRosterUIResponse createRoster(java.util.Locale locale, java.lang.String name) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
deleteRostersUIResponse deleteRosters(java.util.Locale locale, @Nonnull java.util.List<java.lang.String> names) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-