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(java.lang.String projectName, java.lang.String issueId, TimeEntry entry)
           
 TimeEntry RedmineLogguedService.addIssueTimeEntry(java.lang.String projectName, java.lang.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(java.lang.String projectName, java.lang.String issueId)
           
 TimeEntry[] RedmineAnonymousService.getIssueTimeEntries(java.lang.String projectName, java.lang.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(java.lang.String projectName, java.lang.String issueId, TimeEntry entry)
           
 TimeEntry RedmineLogguedService.addIssueTimeEntry(java.lang.String projectName, java.lang.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.