C# 클래스 AppHarbor.GitRepositoryConfigurer

상속: IGitRepositoryConfigurer
파일 보기 프로젝트 열기: appharbor/appharbor-cli

공개 프로퍼티들

프로퍼티 타입 설명
DefaultGitIgnore string

공개 메소드들

메소드 설명
Configure ( string id, User user ) : void
GetApplicationId ( ) : string
GitRepositoryConfigurer ( IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer ) : System
Unconfigure ( ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( string id, User user ) : void
id string
user AppHarbor.Model.User
리턴 void

GetApplicationId() 공개 메소드

public GetApplicationId ( ) : string
리턴 string

GitRepositoryConfigurer() 공개 메소드

public GitRepositoryConfigurer ( IFileSystem fileSystem, IGitCommand gitCommand, TextReader reader, TextWriter writer ) : System
fileSystem IFileSystem
gitCommand IGitCommand
reader System.IO.TextReader
writer System.IO.TextWriter
리턴 System

Unconfigure() 공개 메소드

public Unconfigure ( ) : void
리턴 void

프로퍼티 상세

DefaultGitIgnore 공개적으로 정적으로 프로퍼티

public static string DefaultGitIgnore
리턴 string