C# 클래스 Sitecore.Ship.Infrastructure.Update.UpdatePackageRunner

상속: IPackageRunner
파일 보기 프로젝트 열기: ASOS/Sitecore.Ship

공개 메소드들

메소드 설명
Execute ( string packagePath, bool disableIndexing, bool enableSecurityInstall ) : Sitecore.Ship.Core.Domain.PackageManifest
UpdatePackageRunner ( IPackageManifestRepository manifestRepository ) : System

비공개 메소드들

메소드 설명
GetInstallationInfo ( string packagePath ) : PackageInstallationInfo
SaveInstallationMessages ( List entries, string historyPath ) : void

메소드 상세

Execute() 공개 메소드

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

UpdatePackageRunner() 공개 메소드

public UpdatePackageRunner ( IPackageManifestRepository manifestRepository ) : System
manifestRepository IPackageManifestRepository
리턴 System