C# Class EchelonTouchInc.Gister.CachesGitHubCredentials

Inheritance: RetrievesCredentials
ファイルを表示 Open project: AppliedIS/Gister Class Usage Examples

Public Methods

Method Description
AssureNotCached ( ) : void
Cache ( GitHubCredentials credentials ) : void
CachesGitHubCredentials ( ) : System
IsAvailable ( ) : bool
Retrieve ( ) : GitHubCredentials

Private Methods

Method Description
GetPathToCredentialsFile ( ) : string
IsTestPathProvided ( ) : bool
PurgeAnyCache ( ) : void
VsProfileCredentials ( ) : string

Method Details

AssureNotCached() public method

public AssureNotCached ( ) : void
return void

Cache() public method

public Cache ( GitHubCredentials credentials ) : void
credentials GitHubCredentials
return void

CachesGitHubCredentials() public method

public CachesGitHubCredentials ( ) : System
return System

IsAvailable() public method

public IsAvailable ( ) : bool
return bool

Retrieve() public method

public Retrieve ( ) : GitHubCredentials
return GitHubCredentials