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

Packages that use Key
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.service   
 

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

Methods in org.eclipse.egit.github.core that return Key
 Key Key.setId(int id)
           
 Key Key.setKey(String key)
           
 Key Key.setTitle(String title)
           
 Key Key.setUrl(String url)
           
 

Uses of Key in org.eclipse.egit.github.core.service
 

Methods in org.eclipse.egit.github.core.service that return Key
 Key DeployKeyService.createKey(IRepositoryIdProvider repository, Key key)
          Create deploy key to be associated with given repository
 Key UserService.createKey(Key key)
          Create key for currently authenticated user
 Key DeployKeyService.editKey(IRepositoryIdProvider repository, Key key)
          Edit given deploy key
 Key UserService.editKey(Key key)
          Edit key for currently authenticated user
 Key UserService.getKey(int id)
          Get key with given id
 Key DeployKeyService.getKey(IRepositoryIdProvider repository, int id)
          Get deploy key with given id from given repository
 

Methods in org.eclipse.egit.github.core.service that return types with arguments of type Key
 List<Key> UserService.getKeys()
          Get all public keys for currently authenticated user
 List<Key> DeployKeyService.getKeys(IRepositoryIdProvider repository)
          Get all deploys keys associated with the given repository
 

Methods in org.eclipse.egit.github.core.service with parameters of type Key
 Key DeployKeyService.createKey(IRepositoryIdProvider repository, Key key)
          Create deploy key to be associated with given repository
 Key UserService.createKey(Key key)
          Create key for currently authenticated user
 Key DeployKeyService.editKey(IRepositoryIdProvider repository, Key key)
          Edit given deploy key
 Key UserService.editKey(Key key)
          Edit key for currently authenticated user
 



Copyright © 2012. All Rights Reserved.