Uses of Class
org.apache.maven.continuum.xmlrpc.project.ProjectNotifier

Packages that use ProjectNotifier
org.apache.maven.continuum.xmlrpc   
org.apache.maven.continuum.xmlrpc.client   
org.apache.maven.continuum.xmlrpc.project   
org.apache.maven.continuum.xmlrpc.server   
 

Uses of ProjectNotifier in org.apache.maven.continuum.xmlrpc
 

Methods in org.apache.maven.continuum.xmlrpc that return ProjectNotifier
 ProjectNotifier ContinuumService.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.getGroupNotifier(int projectgroupid, int notifierId)
           
 ProjectNotifier ContinuumService.getNotifier(int projectid, int notifierId)
           
 ProjectNotifier ContinuumService.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 

Methods in org.apache.maven.continuum.xmlrpc with parameters of type ProjectNotifier
 ProjectNotifier ContinuumService.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumService.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 

Uses of ProjectNotifier in org.apache.maven.continuum.xmlrpc.client
 

Methods in org.apache.maven.continuum.xmlrpc.client that return ProjectNotifier
 ProjectNotifier ContinuumXmlRpcClient.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.getGroupNotifier(int projectgroupid, int notifierId)
           
 ProjectNotifier ContinuumXmlRpcClient.getNotifier(int projectid, int notifierId)
           
 ProjectNotifier ContinuumXmlRpcClient.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 

Methods in org.apache.maven.continuum.xmlrpc.client with parameters of type ProjectNotifier
 ProjectNotifier ContinuumXmlRpcClient.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumXmlRpcClient.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 

Uses of ProjectNotifier in org.apache.maven.continuum.xmlrpc.project
 

Methods in org.apache.maven.continuum.xmlrpc.project that return types with arguments of type ProjectNotifier
 List<ProjectNotifier> ProjectGroup.getNotifiers()
          Method getNotifiers.
 List<ProjectNotifier> Project.getNotifiers()
          Method getNotifiers.
 

Methods in org.apache.maven.continuum.xmlrpc.project with parameters of type ProjectNotifier
 void ProjectGroup.addNotifier(ProjectNotifier projectNotifier)
          Method addNotifier.
 void Project.addNotifier(ProjectNotifier projectNotifier)
          Method addNotifier.
 void ProjectGroup.removeNotifier(ProjectNotifier projectNotifier)
          Method removeNotifier.
 void Project.removeNotifier(ProjectNotifier projectNotifier)
          Method removeNotifier.
 

Method parameters in org.apache.maven.continuum.xmlrpc.project with type arguments of type ProjectNotifier
 void ProjectGroup.setNotifiers(List<ProjectNotifier> notifiers)
          Set the notifiers field.
 void Project.setNotifiers(List<ProjectNotifier> notifiers)
          Set the notifiers field.
 

Uses of ProjectNotifier in org.apache.maven.continuum.xmlrpc.server
 

Methods in org.apache.maven.continuum.xmlrpc.server that return ProjectNotifier
 ProjectNotifier ContinuumServiceImpl.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.getGroupNotifier(int projectgroupid, int notifierId)
           
 ProjectNotifier ContinuumServiceImpl.getNotifier(int projectid, int notifierId)
           
 ProjectNotifier ContinuumServiceImpl.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 

Methods in org.apache.maven.continuum.xmlrpc.server with parameters of type ProjectNotifier
 ProjectNotifier ContinuumServiceImpl.addGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.addNotifier(int projectid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.updateGroupNotifier(int projectgroupid, ProjectNotifier newNotifier)
           
 ProjectNotifier ContinuumServiceImpl.updateNotifier(int projectid, ProjectNotifier newNotifier)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.