C# Class Mistilteinn.Models.RedmineTicketLoader

Inheritance: ITicketLoader
Mostra file Open project: bleis-tift/Mistilteinn

Public Methods

Method Description
Load ( string currentBranch ) : IEnumerable
RedmineTicketLoader ( string accessKey, string baseUrl, string projectId ) : System

Method Details

Load() public method

public Load ( string currentBranch ) : IEnumerable
currentBranch string
return IEnumerable

RedmineTicketLoader() public method

public RedmineTicketLoader ( string accessKey, string baseUrl, string projectId ) : System
accessKey string
baseUrl string
projectId string
return System