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

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

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

Methods in org.apache.maven.plugins.patchtracker.tracking.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 org.apache.maven.plugins.patchtracker.tracking.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 © 2002-2011 The Apache Software Foundation. All Rights Reserved.