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

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

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

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap that return RemoteProject
 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)
           
 RemoteProject JirasoapserviceV2SoapBindingStub.createProjectFromObject(String in0, RemoteProject in1)
           
 RemoteProject JiraSoapService.createProjectFromObject(String in0, RemoteProject in1)
           
 RemoteProject RemoteProjectRoleActors.getProject()
          Gets the project value for this RemoteProjectRoleActors.
 RemoteProject JirasoapserviceV2SoapBindingStub.getProjectById(String in0, long in1)
           
 RemoteProject JiraSoapService.getProjectById(String in0, long in1)
           
 RemoteProject JirasoapserviceV2SoapBindingStub.getProjectByKey(String in0, String in1)
           
 RemoteProject JiraSoapService.getProjectByKey(String in0, String in1)
           
 RemoteProject[] JirasoapserviceV2SoapBindingStub.getProjectsNoSchemes(String in0)
           
 RemoteProject[] JiraSoapService.getProjectsNoSchemes(String in0)
           
 RemoteProject JirasoapserviceV2SoapBindingStub.getProjectWithSchemesById(String in0, long in1)
           
 RemoteProject JiraSoapService.getProjectWithSchemesById(String in0, long in1)
           
 RemoteProject JirasoapserviceV2SoapBindingStub.updateProject(String in0, RemoteProject in1)
           
 RemoteProject JiraSoapService.updateProject(String in0, RemoteProject in1)
           
 

Methods in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteProject
 void JirasoapserviceV2SoapBindingStub.addActorsToProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 void JiraSoapService.addActorsToProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 RemoteProject JirasoapserviceV2SoapBindingStub.createProjectFromObject(String in0, RemoteProject in1)
           
 RemoteProject JiraSoapService.createProjectFromObject(String in0, RemoteProject in1)
           
 RemoteProjectRoleActors JirasoapserviceV2SoapBindingStub.getProjectRoleActors(String in0, RemoteProjectRole in1, RemoteProject in2)
           
 RemoteProjectRoleActors JiraSoapService.getProjectRoleActors(String in0, RemoteProjectRole in1, RemoteProject in2)
           
 void JirasoapserviceV2SoapBindingStub.removeActorsFromProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 void JiraSoapService.removeActorsFromProjectRole(String in0, String[] in1, RemoteProjectRole in2, RemoteProject in3, String in4)
           
 void JirasoapserviceV2SoapBindingStub.removeAllRoleActorsByProject(String in0, RemoteProject in1)
           
 void JiraSoapService.removeAllRoleActorsByProject(String in0, RemoteProject in1)
           
 void RemoteProjectRoleActors.setProject(RemoteProject project)
          Sets the project value for this RemoteProjectRoleActors.
 RemoteProject JirasoapserviceV2SoapBindingStub.updateProject(String in0, RemoteProject in1)
           
 RemoteProject JiraSoapService.updateProject(String in0, RemoteProject in1)
           
 

Constructors in org.apache.maven.plugins.patchtracker.tracking.jira.soap with parameters of type RemoteProject
RemoteProjectRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users, RemoteProject project)
           
 



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