Uses of Class
org.eclipse.egit.github.core.GistChangeStatus

Packages that use GistChangeStatus
org.eclipse.egit.github.core   
 

Uses of GistChangeStatus in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return GistChangeStatus
 GistChangeStatus GistRevision.getChangeStatus()
           
 GistChangeStatus GistChangeStatus.setAdditions(int additions)
           
 GistChangeStatus GistChangeStatus.setDeletions(int deletions)
           
 GistChangeStatus GistChangeStatus.setTotal(int total)
           
 

Methods in org.eclipse.egit.github.core with parameters of type GistChangeStatus
 GistRevision GistRevision.setChangeStatus(GistChangeStatus changeStatus)
           
 



Copyright © 2012. All Rights Reserved.