Uses of Class
org.hackystat.projectbrowser.page.dailyprojectdata.commit.CommitData

Packages that use CommitData
org.hackystat.projectbrowser.page.dailyprojectdata.commit Provides the Commit/Churn viewer components for the DailyProjectData page. 
 

Uses of CommitData in org.hackystat.projectbrowser.page.dailyprojectdata.commit
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.commit that return CommitData
 CommitData CommitDataModel.getCommitData(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
          Return the CommitData instance associated with the specified project.
 

Methods in org.hackystat.projectbrowser.page.dailyprojectdata.commit that return types with arguments of type CommitData
 java.util.List<CommitData> CommitDataModel.getCommitDataList()
          Returns the list of CommitData instances, needed for markup.