C# Class Sitecore.Ship.Infrastructure.Update.UpdatePackageRunner

Inheritance: IPackageRunner
Mostrar archivo Open project: ASOS/Sitecore.Ship

Public Methods

Method Description
Execute ( string packagePath, bool disableIndexing, bool enableSecurityInstall ) : Sitecore.Ship.Core.Domain.PackageManifest
UpdatePackageRunner ( IPackageManifestRepository manifestRepository ) : System

Private Methods

Method Description
GetInstallationInfo ( string packagePath ) : PackageInstallationInfo
SaveInstallationMessages ( List entries, string historyPath ) : void

Method Details

Execute() public method

public Execute ( string packagePath, bool disableIndexing, bool enableSecurityInstall ) : Sitecore.Ship.Core.Domain.PackageManifest
packagePath string
disableIndexing bool
enableSecurityInstall bool
return Sitecore.Ship.Core.Domain.PackageManifest

UpdatePackageRunner() public method

public UpdatePackageRunner ( IPackageManifestRepository manifestRepository ) : System
manifestRepository IPackageManifestRepository
return System