IDeployPackage Interface

Represents the operations performed post deploy, and is implemented by Unisys.AgileBusiness.RuntimeAPI.PackageDeploy class

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public interface IDeployPackage

The IDeployPackage type exposes the following members.

Methods

  NameDescription
Public methodClonePackage
Creates a deployment package for the new instance.
Public methodCreatePartialPackage
Creates partial MSIs for the existing instance.
Public methodPackageInstall
Installs the generated package.
Public methodUpdatePackage
Updates the deployment package of th existing instance.
Public methodUpdatePartialPackage
Updates the Partial deployment package of the existing instance.
Top
See Also