Class DeploymentScope
Represents information about the ongoing Deployment operation
Inherited Members
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public class DeploymentScope
Constructors
DeploymentScope()
Creates a deployment
Declaration
protected DeploymentScope()
Properties
DeploymentList
Items currently being deployed
Declaration
public List<IDeploymentItem> DeploymentList { get; set; }
Property Value
Type | Description |
---|---|
List<IDeploymentItem> |
IsDryRun
Whether the current operation constitutes a DryRun
Declaration
public bool IsDryRun { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsReconcile
Whether the current operation constitutes a Reconcile
Declaration
public bool IsReconcile { get; set; }
Property Value
Type | Description |
---|---|
bool |