Property | Type | Description | |
---|---|---|---|
GETResponseFrom | string | ||
GetAuthCookie | string | ||
POSTTo | bool | ||
ParseCountFromResponse | int |
Method | Description | |
---|---|---|
ApplyCommandsToBugs ( List |
||
GetBugCountForProject ( IProject project ) : int | ||
GetBugsForProject ( IProject project, int page, int pageSize ) : List |
||
GetFilteredBugsForProject ( IProject project, int page, int pageSize, string filterBy, string filterValue ) : List |
||
GetProjects ( ) : List |
||
GetTotalBugCount ( ) : int | ||
YouTrackBugService ( IHttpWebRequestFactory httpFactory, string youtrackURL, string userName, string password ) : System |
Method | Description | |
---|---|---|
GETResponseFrom ( string url ) : string | ||
GetAuthCookie ( ) : string | ||
POSTTo ( string url, string body ) : bool | ||
ParseCountFromResponse ( string response ) : int |
public ApplyCommandsToBugs ( List |
||
commands | List |
|
bugs | List |
|
return | void |
public GetBugCountForProject ( IProject project ) : int | ||
project | IProject | |
return | int |
public GetBugsForProject ( IProject project, int page, int pageSize ) : List |
||
project | IProject | |
page | int | |
pageSize | int | |
return | List |
public GetFilteredBugsForProject ( IProject project, int page, int pageSize, string filterBy, string filterValue ) : List |
||
project | IProject | |
page | int | |
pageSize | int | |
filterBy | string | |
filterValue | string | |
return | List |
public YouTrackBugService ( IHttpWebRequestFactory httpFactory, string youtrackURL, string userName, string password ) : System | ||
httpFactory | IHttpWebRequestFactory | |
youtrackURL | string | |
userName | string | |
password | string | |
return | System |