11 lines
325 B
C#
Executable File
11 lines
325 B
C#
Executable File
using ThoughtWorks.CruiseControl.Core.Reporting.Dashboard.Navigation;
|
|
using ThoughtWorks.CruiseControl.WebDashboard.MVC;
|
|
|
|
namespace ThoughtWorks.CruiseControl.WebDashboard.Dashboard
|
|
{
|
|
public interface IAllBuildsViewBuilder
|
|
{
|
|
HtmlFragmentResponse GenerateAllBuildsView(IProjectSpecifier projectSpecifier);
|
|
}
|
|
}
|