OctopusDeployPacker Class

Summary

The Octopus deploy package packer.
graph BT Type-->Base0["OctopusDeployTool<OctopusPackSettings>"] Base0-->Base1["Tool<OctopusPackSettings>"] Base1-->Base2["object"] Type["OctopusDeployPacker"] class Type type-node

Syntax

public sealed class OctopusDeployPacker : OctopusDeployTool<OctopusPackSettings>

Constructors

Methods

Name Value Summary
Pack(string, OctopusPackSettings) void
Creates an Octopus deploy package with the specified ID.

Extension Methods

Name Value Summary
Dump<OctopusDeployPacker>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<OctopusDeployPacker>(OctopusDeployPacker[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<OctopusDeployPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<OctopusDeployPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<OctopusDeployPacker>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<OctopusDeployPacker>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin