C# Класс TweetHarbor.Controllers.ProjectsController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
Index ( ) : System.Web.Mvc.ActionResult
ProjectsController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitterService, ITweetHarborTextMessageService textMessageService, AppHarbor appHarborClient ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
AddMessageRecipient ( string Id, string value, string Type ) : System.Web.Mvc.JsonResult
CheckServiceHookUrlStatus ( string Id, string Username, string Password ) : System.Web.Mvc.JsonResult
Create ( User user, string ProjectName ) : System.Web.Mvc.ActionResult
DeleteAllServiceHooks ( string Username, string Password ) : System.Web.Mvc.ActionResult
ImportFromAppHarbor ( ) : System.Web.Mvc.ActionResult
ImportFromAppHarbor ( string Username, string Password ) : System.Web.Mvc.ActionResult
ProjectNotificationToggle ( string Id, string TweetType, bool Value ) : System.Web.Mvc.JsonResult
RemoveMessageRecipient ( string Id, string recipient, string Type ) : System.Web.Mvc.JsonResult
TestFailedBuild ( int Id ) : System.Web.Mvc.ActionResult
TestSuccessfulBuild ( int Id ) : System.Web.Mvc.ActionResult
UpdateMessageTemplate ( string Id, string TemplateType, string Value ) : System.Web.Mvc.JsonResult
UserProjects ( ) : System.Web.Mvc.ContentResult
VerifyServiceHooks ( string Username, string Password ) : System.Web.Mvc.ActionResult

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

ProjectsController() публичный Метод

public ProjectsController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitterService, ITweetHarborTextMessageService textMessageService, AppHarbor appHarborClient ) : System
database ITweetHarborDbContext
twitterService ITweetHarborTwitterService
textMessageService ITweetHarborTextMessageService
appHarborClient AppHarbor
Результат System