Uses of Class
com.atlassian.jira.rpc.soap.beans.RemoteWorklog

Packages that use RemoteWorklog
com.atlassian.jira.rpc.soap   
com.atlassian.jira.rpc.soap.service   
 

Uses of RemoteWorklog in com.atlassian.jira.rpc.soap
 

Methods in com.atlassian.jira.rpc.soap that return RemoteWorklog
 RemoteWorklog JiraSoapServiceImpl.addWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog JiraSoapService.addWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
          Adds a worklog to the given issue.
 RemoteWorklog JiraSoapServiceImpl.addWorklogAndRetainRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog JiraSoapService.addWorklogAndRetainRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
          Adds a worklog to the given issue but leaves the issue's remaining estimate field unchanged.
 RemoteWorklog JiraSoapServiceImpl.addWorklogWithNewRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 RemoteWorklog JiraSoapService.addWorklogWithNewRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
          Adds a worklog to the given issue and sets the issue's remaining estimate field to the given value.
 RemoteWorklog[] JiraSoapServiceImpl.getWorklogs(java.lang.String token, java.lang.String issueKey)
           
 RemoteWorklog[] JiraSoapService.getWorklogs(java.lang.String token, java.lang.String issueKey)
          Returns all worklogs for the given issue.
 

Methods in com.atlassian.jira.rpc.soap with parameters of type RemoteWorklog
 RemoteWorklog JiraSoapServiceImpl.addWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog JiraSoapService.addWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
          Adds a worklog to the given issue.
 RemoteWorklog JiraSoapServiceImpl.addWorklogAndRetainRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog JiraSoapService.addWorklogAndRetainRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog)
          Adds a worklog to the given issue but leaves the issue's remaining estimate field unchanged.
 RemoteWorklog JiraSoapServiceImpl.addWorklogWithNewRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 RemoteWorklog JiraSoapService.addWorklogWithNewRemainingEstimate(java.lang.String token, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
          Adds a worklog to the given issue and sets the issue's remaining estimate field to the given value.
 void JiraSoapServiceImpl.updateWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog)
           
 void JiraSoapService.updateWorklogAndAutoAdjustRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog)
          Modifies the worklog with the id of the given worklog, updating its fields to match the given worklog and changes the remaining estimate field on the relevant issue to the value obtained by adding the previous time spent amount of the worklog and subtracting the new time spent amount.
 void JiraSoapServiceImpl.updateWorklogAndRetainRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog)
           
 void JiraSoapService.updateWorklogAndRetainRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog)
          Modifies the worklog with the id of the given worklog, updating its fields to match the given worklog but leaves the remaining estimate field on the relevant issue unchanged.
 void JiraSoapServiceImpl.updateWorklogWithNewRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 void JiraSoapService.updateWorklogWithNewRemainingEstimate(java.lang.String token, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
          Modifies the worklog with the id of the given worklog, updating its fields to match the given worklog and sets the remaining estimate field on the relevant issue to the given value.
 

Uses of RemoteWorklog in com.atlassian.jira.rpc.soap.service
 

Methods in com.atlassian.jira.rpc.soap.service that return RemoteWorklog
 RemoteWorklog IssueServiceImpl.addWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueService.addWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueServiceImpl.addWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueService.addWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueServiceImpl.addWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
          A wrapper to call through to the WorklogService to validate and create a new worklog entry
 RemoteWorklog IssueService.addWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 RemoteWorklog[] IssueServiceImpl.getWorklogs(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 RemoteWorklog[] IssueService.getWorklogs(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey)
           
 

Methods in com.atlassian.jira.rpc.soap.service with parameters of type RemoteWorklog
 RemoteWorklog IssueServiceImpl.addWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueService.addWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueServiceImpl.addWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueService.addWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog)
           
 RemoteWorklog IssueServiceImpl.addWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
          A wrapper to call through to the WorklogService to validate and create a new worklog entry
 RemoteWorklog IssueService.addWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, java.lang.String issueKey, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 void IssueServiceImpl.updateWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog)
           
 void IssueService.updateWorklogAndAutoAdjustRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog)
           
 void IssueServiceImpl.updateWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog)
           
 void IssueService.updateWorklogAndRetainRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog)
           
 void IssueServiceImpl.updateWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 void IssueService.updateWorklogWithNewRemainingEstimate(com.atlassian.crowd.embedded.api.User user, RemoteWorklog remoteWorklog, java.lang.String newRemainingEstimate)
           
 



Copyright © 2004-2011 Atlassian. All Rights Reserved.