메소드 | 설명 | |
---|---|---|
CreateIssue ( IAuthenticationToken token, RemoteIssue issue ) : RemoteIssue | ||
GetProject ( IAuthenticationToken token, string key ) : RemoteProject | ||
GetProjects ( IAuthenticationToken token ) : IEnumerable |
||
GetUser ( IAuthenticationToken token, string username ) : IAuthenticationToken | ||
JiraProjectsService ( string jiraBaseUrl ) : System | ||
Login ( string username, string password ) : IAuthenticationToken | ||
Logout ( IAuthenticationToken authenticationToken ) : bool |
public CreateIssue ( IAuthenticationToken token, RemoteIssue issue ) : RemoteIssue | ||
token | IAuthenticationToken | |
issue | RemoteIssue | |
리턴 | RemoteIssue |
public GetProject ( IAuthenticationToken token, string key ) : RemoteProject | ||
token | IAuthenticationToken | |
key | string | |
리턴 | RemoteProject |
public GetProjects ( IAuthenticationToken token ) : IEnumerable |
||
token | IAuthenticationToken | |
리턴 | IEnumerable |
public GetUser ( IAuthenticationToken token, string username ) : IAuthenticationToken | ||
token | IAuthenticationToken | |
username | string | |
리턴 | IAuthenticationToken |
public JiraProjectsService ( string jiraBaseUrl ) : System | ||
jiraBaseUrl | string | |
리턴 | System |
public Login ( string username, string password ) : IAuthenticationToken | ||
username | string | |
password | string | |
리턴 | IAuthenticationToken |
public Logout ( IAuthenticationToken authenticationToken ) : bool | ||
authenticationToken | IAuthenticationToken | |
리턴 | bool |