C# Class Sitecore.Ship.Package.Install.InstallerModule

Inheritance: Nancy.NancyModule
显示文件 Open project: ASOS/Sitecore.Ship

Public Methods

Method Description
InstallerModule ( IPackageRepository repository, IAuthoriser authoriser, ITempPackager tempPackager, IInstallationRecorder installationRecorder ) : System

Private Methods

Method Description
InstallPackage ( dynamic o ) : dynamic
InstallUploadPackage ( dynamic o ) : dynamic
LatestVersion ( dynamic o ) : dynamic

Method Details

InstallerModule() public method

public InstallerModule ( IPackageRepository repository, IAuthoriser authoriser, ITempPackager tempPackager, IInstallationRecorder installationRecorder ) : System
repository IPackageRepository
authoriser IAuthoriser
tempPackager ITempPackager
installationRecorder IInstallationRecorder
return System