C# 클래스 IInteractive.Projects.JiraProjectsService

상속: IProjectsService
파일 보기 프로젝트 열기: iinteractive/IInteractive.Projects

공개 메소드들

메소드 설명
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

메소드 상세

CreateIssue() 공개 메소드

public CreateIssue ( IAuthenticationToken token, RemoteIssue issue ) : RemoteIssue
token IAuthenticationToken
issue RemoteIssue
리턴 RemoteIssue

GetProject() 공개 메소드

public GetProject ( IAuthenticationToken token, string key ) : RemoteProject
token IAuthenticationToken
key string
리턴 RemoteProject

GetProjects() 공개 메소드

public GetProjects ( IAuthenticationToken token ) : IEnumerable
token IAuthenticationToken
리턴 IEnumerable

GetUser() 공개 메소드

public GetUser ( IAuthenticationToken token, string username ) : IAuthenticationToken
token IAuthenticationToken
username string
리턴 IAuthenticationToken

JiraProjectsService() 공개 메소드

public JiraProjectsService ( string jiraBaseUrl ) : System
jiraBaseUrl string
리턴 System

Login() 공개 메소드

public Login ( string username, string password ) : IAuthenticationToken
username string
password string
리턴 IAuthenticationToken

Logout() 공개 메소드

public Logout ( IAuthenticationToken authenticationToken ) : bool
authenticationToken IAuthenticationToken
리턴 bool