C# 클래스 TicketImporter.TicketImportAgent

파일 보기 프로젝트 열기: KilskyreMan/JiraToTfs 1 사용 예제들

공개 메소드들

메소드 설명
GenerateReport ( ) : string
StartImport ( ) : void
TicketImportAgent ( ITicketSource ticketSource, ITicketTarget ticketTarget, bool includeAttachments ) : System

비공개 메소드들

메소드 설명
TicketImportAgent ( ) : System
clearDownloadFolder ( ) : void
onPercentComplete ( int percentComplete ) : void
setCurrentAction ( string currentAction ) : void
updateProgress ( string Action, int percentComplete ) : void

메소드 상세

GenerateReport() 공개 메소드

public GenerateReport ( ) : string
리턴 string

StartImport() 공개 메소드

public StartImport ( ) : void
리턴 void

TicketImportAgent() 공개 메소드

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