Uses of Class
hudson.plugins.jira.soap.RemoteUser

Packages that use RemoteUser
hudson.plugins.jira.soap   
 

Uses of RemoteUser in hudson.plugins.jira.soap
 

Methods in hudson.plugins.jira.soap that return RemoteUser
 RemoteUser JirasoapserviceV2SoapBindingStub.createUser(String in0, String in1, String in2, String in3, String in4)
           
 RemoteUser JiraSoapService.createUser(String in0, String in1, String in2, String in3, String in4)
           
 RemoteUser JirasoapserviceV2SoapBindingStub.getUser(String in0, String in1)
           
 RemoteUser JiraSoapService.getUser(String in0, String in1)
           
 RemoteUser[] RemoteRoleActors.getUsers()
          Gets the users value for this RemoteRoleActors.
 RemoteUser[] RemoteRoleActor.getUsers()
          Gets the users value for this RemoteRoleActor.
 RemoteUser[] RemoteGroup.getUsers()
          Gets the users value for this RemoteGroup.
 

Methods in hudson.plugins.jira.soap with parameters of type RemoteUser
 void JirasoapserviceV2SoapBindingStub.addUserToGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 void JiraSoapService.addUserToGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 RemoteGroup JirasoapserviceV2SoapBindingStub.createGroup(String in0, String in1, RemoteUser in2)
           
 RemoteGroup JiraSoapService.createGroup(String in0, String in1, RemoteUser in2)
           
 void JirasoapserviceV2SoapBindingStub.removeUserFromGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 void JiraSoapService.removeUserFromGroup(String in0, RemoteGroup in1, RemoteUser in2)
           
 void RemoteRoleActors.setUsers(RemoteUser[] users)
          Sets the users value for this RemoteRoleActors.
 void RemoteRoleActor.setUsers(RemoteUser[] users)
          Sets the users value for this RemoteRoleActor.
 void RemoteGroup.setUsers(RemoteUser[] users)
          Sets the users value for this RemoteGroup.
 

Constructors in hudson.plugins.jira.soap with parameters of type RemoteUser
RemoteGroup(String name, RemoteUser[] users)
           
RemoteProjectRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users, RemoteProject project)
           
RemoteRoleActor(String descriptor, String parameter, RemoteProjectRole projectRole, String type, RemoteUser[] users)
           
RemoteRoleActors(RemoteProjectRole projectRole, RemoteRoleActor[] roleActors, RemoteUser[] users)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.