Method | Description | |
---|---|---|
CreatePullRequest ( ILocalRepositoryModel sourceRepository, IRepositoryModel targetRepository, IBranch sourceBranch, IBranch targetBranch, string title, string body ) : IObservable |
||
Dispose ( ) : void | ||
GetAccounts ( ) : IObservable |
||
GetBranches ( IRepositoryModel repo ) : IObservable |
||
GetFileContents ( IRepositoryModel repo, string commitSha, string path, string fileSha ) : IObservable |
||
GetGitIgnoreTemplates ( ) : IObservable |
||
GetLicenses ( ) : IObservable |
||
GetPullRequest ( ILocalRepositoryModel repo, int number ) : IObservable |
||
GetPullRequests ( ILocalRepositoryModel repo, ITrackingCollection |
Gets a collection of Pull Requests. If you want to refresh existing data, pass a collection in
|
|
GetRepositories ( ) : IObservable |
||
GetRepositories ( ITrackingCollection |
||
GetUserFromCache ( ) : IObservable |
||
InsertUser ( |
||
InvalidateAll ( ) : IObservable |
||
ModelService ( IApiClient apiClient, IBlobCache hostCache, IAvatarProvider avatarProvider ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( GitIgnoreCacheItem item ) : GitHub.Models.GitIgnoreItem | ||
Create ( GitReferenceCacheItem item ) : |
||
Create ( |
||
Create ( PullRequestCacheItem prCacheItem ) : IPullRequestModel | ||
Create ( RepositoryCacheItem item ) : IRemoteRepositoryModel | ||
Create ( LicenseCacheItem licenseCacheItem ) : GitHub.Models.LicenseItem | ||
GetAllRepositoriesForAllOrganizations ( ) : IObservable |
||
GetGitIgnoreTemplatesFromApi ( ) : IObservable |
||
GetLicensesFromApi ( ) : IObservable |
||
GetOrganizationRepositories ( string organization ) : IObservable |
||
GetUser ( ) : IObservable |
||
GetUserOrganizations ( ) : IObservable |
||
GetUserRepositories ( RepositoryType repositoryType ) : IObservable |
||
GetUserRepositoriesFromApi ( RepositoryType repositoryType ) : IObservable |
public CreatePullRequest ( ILocalRepositoryModel sourceRepository, IRepositoryModel targetRepository, IBranch sourceBranch, IBranch targetBranch, string title, string body ) : IObservable |
||
sourceRepository | ILocalRepositoryModel | |
targetRepository | IRepositoryModel | |
sourceBranch | IBranch | |
targetBranch | IBranch | |
title | string | |
body | string | |
return | IObservable |
public GetBranches ( IRepositoryModel repo ) : IObservable |
||
repo | IRepositoryModel | |
return | IObservable |
public GetFileContents ( IRepositoryModel repo, string commitSha, string path, string fileSha ) : IObservable |
||
repo | IRepositoryModel | |
commitSha | string | |
path | string | |
fileSha | string | |
return | IObservable |
public GetGitIgnoreTemplates ( ) : IObservable |
||
return | IObservable |
public GetPullRequest ( ILocalRepositoryModel repo, int number ) : IObservable |
||
repo | ILocalRepositoryModel | |
number | int | |
return | IObservable |
public GetPullRequests ( ILocalRepositoryModel repo, ITrackingCollection |
||
repo | ILocalRepositoryModel | |
collection | ITrackingCollection |
|
return | ITrackingCollection |
public GetRepositories ( ITrackingCollection |
||
collection | ITrackingCollection |
|
return | ITrackingCollection |
public InsertUser ( |
||
user | ||
return | IObservable |
public ModelService ( IApiClient apiClient, IBlobCache hostCache, IAvatarProvider avatarProvider ) : System | ||
apiClient | IApiClient | |
hostCache | IBlobCache | |
avatarProvider | IAvatarProvider | |
return | System |