C# Class FluentTc.Engine.ProjectsRetriever

Inheritance: IProjectsRetriever
ファイルを表示 Open project: QualiSystems/FluentTc Class Usage Examples

Public Methods

Method Description
GetProject ( string projectId ) : FluentTc.Domain.Project
GetProjects ( Action having = null ) : IList
ProjectsRetriever ( IBuildProjectHavingBuilderFactory buildProjectHavingBuilderFactory, ITeamCityCaller teamCityCaller ) : System

Private Methods

Method Description
GetLocator ( Action having ) : string

Method Details

GetProject() public method

public GetProject ( string projectId ) : FluentTc.Domain.Project
projectId string
return FluentTc.Domain.Project

GetProjects() public method

public GetProjects ( Action having = null ) : IList
having Action
return IList

ProjectsRetriever() public method

public ProjectsRetriever ( IBuildProjectHavingBuilderFactory buildProjectHavingBuilderFactory, ITeamCityCaller teamCityCaller ) : System
buildProjectHavingBuilderFactory IBuildProjectHavingBuilderFactory
teamCityCaller ITeamCityCaller
return System