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

Packages that use RemoteUser
thucydides.plugins.jira.soap   
 

Uses of RemoteUser in thucydides.plugins.jira.soap
 

Methods in thucydides.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 thucydides.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 thucydides.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 © 2011-2013 Wakaleo Consulting. All Rights Reserved.