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

Packages that use RemoteFieldValue
hudson.plugins.jira   
hudson.plugins.jira.soap   
 

Uses of RemoteFieldValue in hudson.plugins.jira
 

Methods in hudson.plugins.jira with parameters of type RemoteFieldValue
 String JiraSession.progressWorkflowAction(String issueKey, String workflowActionName, RemoteFieldValue[] fields)
          Progresses the issue's workflow by performing the specified action.
 

Uses of RemoteFieldValue in hudson.plugins.jira.soap
 

Methods in hudson.plugins.jira.soap with parameters of type RemoteFieldValue
 RemoteIssue JirasoapserviceV2SoapBindingStub.progressWorkflowAction(String in0, String in1, String in2, RemoteFieldValue[] in3)
           
 RemoteIssue JiraSoapService.progressWorkflowAction(String in0, String in1, String in2, RemoteFieldValue[] in3)
           
 RemoteIssue JirasoapserviceV2SoapBindingStub.updateIssue(String in0, String in1, RemoteFieldValue[] in2)
           
 RemoteIssue JiraSoapService.updateIssue(String in0, String in1, RemoteFieldValue[] in2)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.