C# Class TicketImporter.TicketImportAgent

Afficher le fichier Open project: KilskyreMan/JiraToTfs Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GenerateReport() public méthode

public GenerateReport ( ) : string
Résultat string

StartImport() public méthode

public StartImport ( ) : void
Résultat void

TicketImportAgent() public méthode

public TicketImportAgent ( ITicketSource ticketSource, ITicketTarget ticketTarget, bool includeAttachments ) : System
ticketSource ITicketSource
ticketTarget ITicketTarget
includeAttachments bool
Résultat System