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

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

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

Methods in org.eclipse.egit.github.core that return RepositoryId
static RepositoryId RepositoryId.create(String owner, String name)
          Create repository id from given owner and name.
static RepositoryId RepositoryId.createFromId(String id)
          Create repository from id.
static RepositoryId RepositoryId.createFromUrl(String url)
          Create from string URL
static RepositoryId RepositoryId.createFromUrl(URL url)
          Create repository from url.
 



Copyright © 2012. All Rights Reserved.