C# Класс Sep.Git.Tfs.Commands.Branch

Наследование: GitTfsCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Branch ( Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin ) : System.Collections.Generic
DisplayBranchData ( ) : int
IsCommandWellUsed ( ) : bool
Run ( ) : int
Run ( string param ) : int
Run ( string param1, string param2 ) : int
SetInitBranchParameters ( ) : void
WriteRemoteTfsBranchStructure ( ITfsHelper tfsHelper, string tfsRepositoryPath, IEnumerable tfsRemotes = null ) : void

Приватные методы

Метод Описание
CreateRemote ( string tfsPath, string gitBranchNameExpected = null ) : int
DeleteRemote ( string remoteName ) : int
RenameRemote ( string oldRemoteName, string newRemoteName ) : int
VerifyCloneAllRepository ( ) : void
WriteTfsRemoteDetails ( IEnumerable tfsRemotes ) : void

Описание методов

Branch() публичный Метод

public Branch ( Globals globals, Help helper, Cleanup cleanup, InitBranch initBranch, Rcheckin rcheckin ) : System.Collections.Generic
globals Globals
helper Help
cleanup Cleanup
initBranch InitBranch
rcheckin Rcheckin
Результат System.Collections.Generic

DisplayBranchData() публичный Метод

public DisplayBranchData ( ) : int
Результат int

IsCommandWellUsed() публичный Метод

public IsCommandWellUsed ( ) : bool
Результат bool

Run() публичный Метод

public Run ( ) : int
Результат int

Run() публичный Метод

public Run ( string param ) : int
param string
Результат int

Run() публичный Метод

public Run ( string param1, string param2 ) : int
param1 string
param2 string
Результат int

SetInitBranchParameters() публичный Метод

public SetInitBranchParameters ( ) : void
Результат void

WriteRemoteTfsBranchStructure() публичный статический Метод

public static WriteRemoteTfsBranchStructure ( ITfsHelper tfsHelper, string tfsRepositoryPath, IEnumerable tfsRemotes = null ) : void
tfsHelper ITfsHelper
tfsRepositoryPath string
tfsRemotes IEnumerable
Результат void