C# Class TweetHarbor.Controllers.ProjectsController

Inheritance: Controller
Mostrar archivo Open project: sethwebster/TweetHarbor

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
ProjectsController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitterService, ITweetHarborTextMessageService textMessageService, AppHarbor appHarborClient ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProjectsController() public method

public ProjectsController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitterService, ITweetHarborTextMessageService textMessageService, AppHarbor appHarborClient ) : System
database ITweetHarborDbContext
twitterService ITweetHarborTwitterService
textMessageService ITweetHarborTextMessageService
appHarborClient AppHarbor
return System