C# Class Sitecore.Ship.AspNet.Package.InstallPackageCommand

Inheritance: CommandHandler
Show file Open project: ASOS/Sitecore.Ship Class Usage Examples

Public Methods

Method Description
HandleRequest ( System.Web.HttpContextBase context ) : void
InstallPackageCommand ( ) : System
InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System

Private Methods

Method Description
CanHandle ( System.Web.HttpContextBase context ) : bool
GetRequest ( System.Web.HttpRequestBase request ) : InstallPackage
ParseBoolean ( string request ) : bool

Method Details

HandleRequest() public method

public HandleRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
return void

InstallPackageCommand() public method

public InstallPackageCommand ( ) : System
return System

InstallPackageCommand() public method

public InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System
repository IPackageRepository
installationRecorder IInstallationRecorder
publishService IPublishService
return System