8 lines
175 B
C#
Executable File
8 lines
175 B
C#
Executable File
namespace ThoughtWorks.CruiseControl.WebDashboard.Dashboard
|
|
{
|
|
public interface IPlugin
|
|
{
|
|
INamedAction[] NamedActions { get; }
|
|
string LinkDescription { get; }
|
|
}
|
|
} |