C# Class DXVcs2Git.Console.ListenerOptions

Inheritance: GeneralOptions
Mostra file Open project: Xarlot/DXVcs2Git Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ListenerOptions ( string webHook, int timeout, string farmTaskName, string server, string login, string repo, string password, string authToken ) : CommandLine

Method Details

ListenerOptions() public method

public ListenerOptions ( string webHook, int timeout, string farmTaskName, string server, string login, string repo, string password, string authToken ) : CommandLine
webHook string
timeout int
farmTaskName string
server string
login string
repo string
password string
authToken string
return CommandLine