C# Class DXVcs2Git.Console.ApplyPatchOptions

Inheritance: GeneralOptions
ファイルを表示 Open project: Xarlot/DXVcs2Git Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApplyPatchOptions ( string patch, string branch, string tracker, string sourceRepo, string sourceBranch, string localFolder, string server, string login, string repo, string password, string authToken ) : CommandLine

Method Details

ApplyPatchOptions() public method

public ApplyPatchOptions ( string patch, string branch, string tracker, string sourceRepo, string sourceBranch, string localFolder, string server, string login, string repo, string password, string authToken ) : CommandLine
patch string
branch string
tracker string
sourceRepo string
sourceBranch string
localFolder string
server string
login string
repo string
password string
authToken string
return CommandLine