C# Class IInteractive.Projects.JiraProjectsService

Inheritance: IProjectsService
Afficher le fichier Open project: iinteractive/IInteractive.Projects

Méthodes publiques

Méthode 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 méthode

public CreateIssue ( IAuthenticationToken token, RemoteIssue issue ) : RemoteIssue
token IAuthenticationToken
issue RemoteIssue
Résultat RemoteIssue

GetProject() public méthode

public GetProject ( IAuthenticationToken token, string key ) : RemoteProject
token IAuthenticationToken
key string
Résultat RemoteProject

GetProjects() public méthode

public GetProjects ( IAuthenticationToken token ) : IEnumerable
token IAuthenticationToken
Résultat IEnumerable

GetUser() public méthode

public GetUser ( IAuthenticationToken token, string username ) : IAuthenticationToken
token IAuthenticationToken
username string
Résultat IAuthenticationToken

JiraProjectsService() public méthode

public JiraProjectsService ( string jiraBaseUrl ) : System
jiraBaseUrl string
Résultat System

Login() public méthode

public Login ( string username, string password ) : IAuthenticationToken
username string
password string
Résultat IAuthenticationToken

Logout() public méthode

public Logout ( IAuthenticationToken authenticationToken ) : bool
authenticationToken IAuthenticationToken
Résultat bool