DeploymentMode Enum

Namespace
GitVersion.VersionCalculation
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["DeploymentMode"] class Type type-node

Syntax

public enum DeploymentMode

Fields

Name Constant Value Summary
ContinuousDelivery 1
static
ContinuousDeployment 2
static
ManualDeployment 0
static
GitHub