C# Class XebiaLabs.Deployit.Client.Package.PackageBuilder

Exibir arquivo Open project: xebialabs-community/xld-manifest-editor Class Usage Examples

Public Methods

Method Description
Build ( DeployitManifest manifest, string packageRootPath, string packagePath ) : void

Private Methods

Method Description
EntryExists ( ZipFile zip, string filePath ) : bool
FormatPath ( string manifestPath ) : string

Method Details

Build() public static method

public static Build ( DeployitManifest manifest, string packageRootPath, string packagePath ) : void
manifest XebiaLabs.Deployit.Client.Manifest.DeployitManifest
packageRootPath string
packagePath string
return void