C# Class IInteractive.Projects.JiraProjectsService

Inheritance: IProjectsService
Mostrar archivo Open project: iinteractive/IInteractive.Projects

Public Methods

Method Description
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

Method Details

CreateIssue() public method

public CreateIssue ( IAuthenticationToken token, RemoteIssue issue ) : RemoteIssue
token IAuthenticationToken
issue RemoteIssue
return RemoteIssue

GetProject() public method

public GetProject ( IAuthenticationToken token, string key ) : RemoteProject
token IAuthenticationToken
key string
return RemoteProject

GetProjects() public method

public GetProjects ( IAuthenticationToken token ) : IEnumerable
token IAuthenticationToken
return IEnumerable

GetUser() public method

public GetUser ( IAuthenticationToken token, string username ) : IAuthenticationToken
token IAuthenticationToken
username string
return IAuthenticationToken

JiraProjectsService() public method

public JiraProjectsService ( string jiraBaseUrl ) : System
jiraBaseUrl string
return System

Login() public method

public Login ( string username, string password ) : IAuthenticationToken
username string
password string
return IAuthenticationToken

Logout() public method

public Logout ( IAuthenticationToken authenticationToken ) : bool
authenticationToken IAuthenticationToken
return bool