Interface AlarmNotificationRPC
public interface AlarmNotificationRPC
- 
Method SummaryModifier and TypeMethodDescriptioncreateRoster(Locale locale, String name) deleteRosters(Locale locale, List<String> names) editRoster(Locale locale, String name, List<User> model) getProfileProperties(String profileName) listPipelines(String project) Get a List of alarm pipelines defined inproject, by name.
- 
Method Details- 
getNotificationProfiles- Returns:
- A list of notification profiles, by name.
 
- 
getProfilePropertiesCollection<NotificationProfileProperty<?>> getProfileProperties(String profileName) throws Exception - Parameters:
- profileName- The name of the profile.
- Returns:
- The NotificationProfilePropertys provided by the given profile.
- Throws:
- Exception
 
- 
listPipelines- Returns:
- a List of alarm pipelines defined in the default pipeline project, by name.
 
- 
listPipelinesGet 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.
 
- 
getOnCallRosters- Throws:
- Exception
 
- 
getRoster- Throws:
- Exception
 
- 
editRoster- Throws:
- Exception
 
- 
createRoster- Throws:
- Exception
 
- 
deleteRosters- Throws:
- Exception
 
 
-