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

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

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

Methods in org.eclipse.egit.github.core that return GistRevision
 GistRevision GistRevision.setChangeStatus(GistChangeStatus changeStatus)
           
 GistRevision GistRevision.setCommittedAt(Date committedAt)
           
 GistRevision GistRevision.setUrl(String url)
           
 GistRevision GistRevision.setUser(User user)
           
 GistRevision GistRevision.setVersion(String version)
           
 

Methods in org.eclipse.egit.github.core that return types with arguments of type GistRevision
 List<GistRevision> Gist.getHistory()
           
 

Method parameters in org.eclipse.egit.github.core with type arguments of type GistRevision
 Gist Gist.setHistory(List<GistRevision> history)
           
 



Copyright © 2012. All Rights Reserved.