Uses of Class
org.nuiton.jredmine.model.TimeEntry

Packages that use TimeEntry
org.nuiton.jredmine   
 

Uses of TimeEntry in org.nuiton.jredmine
 

Methods in org.nuiton.jredmine that return TimeEntry
 TimeEntry DefaultRedmineService.addIssueTimeEntry(String projectName, String issueId, TimeEntry entry)
           
 TimeEntry RedmineLogguedService.addIssueTimeEntry(String projectName, String issueId, TimeEntry entry)
          Add a new time entry to the given issue for the given project and return the updated time entry.
 TimeEntry[] DefaultRedmineAnonymousService.getIssueTimeEntries(String projectName, String issueId)
           
 TimeEntry[] RedmineAnonymousService.getIssueTimeEntries(String projectName, String issueId)
          Obtain for a given issue of a given project all the time entries.
 

Methods in org.nuiton.jredmine with parameters of type TimeEntry
 TimeEntry DefaultRedmineService.addIssueTimeEntry(String projectName, String issueId, TimeEntry entry)
           
 TimeEntry RedmineLogguedService.addIssueTimeEntry(String projectName, String issueId, TimeEntry entry)
          Add a new time entry to the given issue for the given project and return the updated time entry.
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.