Method | Description | |
---|---|---|
DownloadAttachments ( |
||
GetAvailablePriorities ( ) : List |
||
GetAvailableTicketTypes ( ) : List |
||
JiraProject ( string jiraServer, string jiraProject, string userName, string password ) : System | ||
Tickets ( IAvailableTicketTypes availableTypes ) : IEnumerable |
Method | Description | |
---|---|---|
onDetailedProcessing ( string ticket ) : void | ||
onPercentComplete ( int percentComplete ) : void |
public DownloadAttachments ( |
||
ticket | ||
downloadFolder | string | |
return | void |
public JiraProject ( string jiraServer, string jiraProject, string userName, string password ) : System | ||
jiraServer | string | |
jiraProject | string | |
userName | string | |
password | string | |
return | System |
public Tickets ( IAvailableTicketTypes availableTypes ) : IEnumerable |
||
availableTypes | IAvailableTicketTypes | |
return | IEnumerable |