ProGetAssetAliases Class

Summary

Aliases for ProGet Asset Directory operations.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ProGetAssetAliases"] class Type type-node

Syntax

public static class ProGetAssetAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
ProGetCreateAssetDirectory(ICakeContext, string, ProGetConfiguration) void
Creates a new Asset Directory.
static
ProGetDeleteAsset(ICakeContext, string, ProGetConfiguration) bool
Deletes an asset from the asset directory.
static
ProGetDoesAssetExist(ICakeContext, string, ProGetConfiguration) bool
Determines if the asset is published at an existing URI.
static
ProGetDownloadAsset(ICakeContext, string, FilePath, ProGetConfiguration) void
Download a single asset from a ProGet Asset Directory.
static
ProGetDownloadAssetDirectory(ICakeContext, string, FilePath, ProGetConfiguration) void
Download an entire ProGet Asset Directory as a zip file.
static
ProGetListAssetDirectory(ICakeContext, string, ProGetConfiguration) List<ProGetDirectoryListing>
Lists files in an Asset Directory.
static
ProGetPushAsset(ICakeContext, FilePath, string, ProGetConfiguration) void
Pushes an asset to the ProGet Asset Directory.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin