C# 클래스 EchelonTouchInc.Gister.CachesGitHubCredentials

상속: RetrievesCredentials
파일 보기 프로젝트 열기: AppliedIS/Gister 1 사용 예제들

공개 메소드들

메소드 설명
AssureNotCached ( ) : void
Cache ( GitHubCredentials credentials ) : void
CachesGitHubCredentials ( ) : System
IsAvailable ( ) : bool
Retrieve ( ) : GitHubCredentials

비공개 메소드들

메소드 설명
GetPathToCredentialsFile ( ) : string
IsTestPathProvided ( ) : bool
PurgeAnyCache ( ) : void
VsProfileCredentials ( ) : string

메소드 상세

AssureNotCached() 공개 메소드

public AssureNotCached ( ) : void
리턴 void

Cache() 공개 메소드

public Cache ( GitHubCredentials credentials ) : void
credentials GitHubCredentials
리턴 void

CachesGitHubCredentials() 공개 메소드

public CachesGitHubCredentials ( ) : System
리턴 System

IsAvailable() 공개 메소드

public IsAvailable ( ) : bool
리턴 bool

Retrieve() 공개 메소드

public Retrieve ( ) : GitHubCredentials
리턴 GitHubCredentials