Uses of Class
com.oracle.bmc.devops.model.NotificationConfig
-
Packages that use NotificationConfig Package Description com.oracle.bmc.devops.model -
-
Uses of NotificationConfig in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return NotificationConfig Modifier and Type Method Description NotificationConfig
NotificationConfig.Builder. build()
NotificationConfig
CreateProjectDetails. getNotificationConfig()
NotificationConfig
Project. getNotificationConfig()
NotificationConfig
ProjectSummary. getNotificationConfig()
NotificationConfig
UpdateProjectDetails. getNotificationConfig()
Methods in com.oracle.bmc.devops.model with parameters of type NotificationConfig Modifier and Type Method Description NotificationConfig.Builder
NotificationConfig.Builder. copy(NotificationConfig model)
CreateProjectDetails.Builder
CreateProjectDetails.Builder. notificationConfig(NotificationConfig notificationConfig)
Project.Builder
Project.Builder. notificationConfig(NotificationConfig notificationConfig)
ProjectSummary.Builder
ProjectSummary.Builder. notificationConfig(NotificationConfig notificationConfig)
UpdateProjectDetails.Builder
UpdateProjectDetails.Builder. notificationConfig(NotificationConfig notificationConfig)
Constructors in com.oracle.bmc.devops.model with parameters of type NotificationConfig Constructor Description CreateProjectDetails(String name, String description, NotificationConfig notificationConfig, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Project(String id, String name, String description, String compartmentId, String namespace, NotificationConfig notificationConfig, Date timeCreated, Date timeUpdated, Project.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProjectSummary(String id, String name, String description, String compartmentId, String namespace, NotificationConfig notificationConfig, Date timeCreated, Date timeUpdated, String lifecycleDetails, Project.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateProjectDetails(String description, NotificationConfig notificationConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-