C# 클래스 TweetHarbor.Controllers.ProjectsController

상속: Controller
파일 보기 프로젝트 열기: sethwebster/TweetHarbor

공개 메소드들

메소드 설명
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