Class Deployments
Deployments acts as a container for deployment and environment providers.
Inherited Members
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public class Deployments
Properties
DeploymentProviders
Collection of the deployment providers present in the project.
Declaration
public ObservableCollection<DeploymentProvider> DeploymentProviders { get; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<DeploymentProvider> |
EnvironmentProvider
Environment Provider.
Declaration
public IEnvironmentProvider EnvironmentProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnvironmentProvider |
Instance
Instance of the deployments.
Declaration
public static Deployments Instance { get; }
Property Value
| Type | Description |
|---|---|
| Deployments |