C# Class TicketImporter.TicketImportAgent

ファイルを表示 Open project: KilskyreMan/JiraToTfs Class Usage Examples

Public Methods

Method Description
GenerateReport ( ) : string
StartImport ( ) : void
TicketImportAgent ( ITicketSource ticketSource, ITicketTarget ticketTarget, bool includeAttachments ) : System

Private Methods

Method Description
TicketImportAgent ( ) : System
clearDownloadFolder ( ) : void
onPercentComplete ( int percentComplete ) : void
setCurrentAction ( string currentAction ) : void
updateProgress ( string Action, int percentComplete ) : void

Method Details

GenerateReport() public method

public GenerateReport ( ) : string
return string

StartImport() public method

public StartImport ( ) : void
return void

TicketImportAgent() public method

public TicketImportAgent ( ITicketSource ticketSource, ITicketTarget ticketTarget, bool includeAttachments ) : System
ticketSource ITicketSource
ticketTarget ITicketTarget
includeAttachments bool
return System