Uses of Class
org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem

Packages that use ChangedItem
org.hackystat.dailyprojectdata.resource.issuechange.jaxb   
 

Uses of ChangedItem in org.hackystat.dailyprojectdata.resource.issuechange.jaxb
 

Fields in org.hackystat.dailyprojectdata.resource.issuechange.jaxb with type parameters of type ChangedItem
protected  java.util.List<ChangedItem> IssueChangeData.changedItem
           
 

Methods in org.hackystat.dailyprojectdata.resource.issuechange.jaxb that return ChangedItem
 ChangedItem ObjectFactory.createChangedItem()
          Create an instance of ChangedItem
 

Methods in org.hackystat.dailyprojectdata.resource.issuechange.jaxb that return types with arguments of type ChangedItem
 java.util.List<ChangedItem> IssueChangeData.getChangedItem()
          Gets the value of the changedItem property.