C# Class DXVcs2Git.Console.PatchOptions

Inheritance: GeneralOptions
Mostrar archivo Open project: Xarlot/DXVcs2Git Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

PatchOptions() public method

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