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

Packages that use RemoteComment
hudson.plugins.jira.soap   
 

Uses of RemoteComment in hudson.plugins.jira.soap
 

Methods in hudson.plugins.jira.soap that return RemoteComment
 RemoteComment JirasoapserviceV2SoapBindingStub.editComment(String in0, RemoteComment in1)
           
 RemoteComment JiraSoapService.editComment(String in0, RemoteComment in1)
           
 RemoteComment JirasoapserviceV2SoapBindingStub.getComment(String in0, long in1)
           
 RemoteComment JiraSoapService.getComment(String in0, long in1)
           
 RemoteComment[] JirasoapserviceV2SoapBindingStub.getComments(String in0, String in1)
           
 RemoteComment[] JiraSoapService.getComments(String in0, String in1)
           
 

Methods in hudson.plugins.jira.soap with parameters of type RemoteComment
 void JirasoapserviceV2SoapBindingStub.addComment(String in0, String in1, RemoteComment in2)
           
 void JiraSoapService.addComment(String in0, String in1, RemoteComment in2)
           
 RemoteComment JirasoapserviceV2SoapBindingStub.editComment(String in0, RemoteComment in1)
           
 RemoteComment JiraSoapService.editComment(String in0, RemoteComment in1)
           
 boolean JirasoapserviceV2SoapBindingStub.hasPermissionToEditComment(String in0, RemoteComment in1)
           
 boolean JiraSoapService.hasPermissionToEditComment(String in0, RemoteComment in1)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.