10 lines
234 B
C#
Executable File
10 lines
234 B
C#
Executable File
using ThoughtWorks.CruiseControl.Core.Reporting.Dashboard.Navigation;
|
|
|
|
namespace ThoughtWorks.CruiseControl.WebDashboard.Dashboard
|
|
{
|
|
public interface IBuildRetriever
|
|
{
|
|
Build GetBuild(IBuildSpecifier buildSpecifier);
|
|
}
|
|
}
|