Uses of Class
org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteScheme

Packages that use RemoteScheme
org.apache.maven.plugins.patchtracker.tracking.jira.soap   
 

Uses of RemoteScheme in org.apache.maven.plugins.patchtracker.tracking.jira.soap
 

Subclasses of RemoteScheme in org.apache.maven.plugins.patchtracker.tracking.jira.soap
 class RemotePermissionScheme
           
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap that return RemoteScheme
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getAssociatedNotificationSchemes(String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JiraSoapService.getAssociatedNotificationSchemes(String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getAssociatedPermissionSchemes(String in0, RemoteProjectRole in1)
           
 RemoteScheme[] JiraSoapService.getAssociatedPermissionSchemes(String in0, RemoteProjectRole in1)
           
 RemoteScheme RemoteProject.getIssueSecurityScheme()
          Gets the issueSecurityScheme value for this RemoteProject.
 RemoteScheme RemoteProject.getNotificationScheme()
          Gets the notificationScheme value for this RemoteProject.
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getNotificationSchemes(String in0)
           
 RemoteScheme[] JiraSoapService.getNotificationSchemes(String in0)
           
 RemoteScheme[] JirasoapserviceV2SoapBindingStub.getSecuritySchemes(String in0)
           
 RemoteScheme[] JiraSoapService.getSecuritySchemes(String in0)
           
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteScheme
 RemoteProject JirasoapserviceV2SoapBindingStub.createProject(String in0, String in1, String in2, String in3, String in4, String in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8)
           
 RemoteProject JiraSoapService.createProject(String in0, String in1, String in2, String in3, String in4, String in5, RemotePermissionScheme in6, RemoteScheme in7, RemoteScheme in8)
           
 void RemoteProject.setIssueSecurityScheme(RemoteScheme issueSecurityScheme)
          Sets the issueSecurityScheme value for this RemoteProject.
 void RemoteProject.setNotificationScheme(RemoteScheme notificationScheme)
          Sets the notificationScheme value for this RemoteProject.
 

Constructors in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteScheme
RemoteProject(String id, String name, String description, RemoteScheme issueSecurityScheme, String key, String lead, RemoteScheme notificationScheme, RemotePermissionScheme permissionScheme, String projectUrl, String url)
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.