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 |
---|---|
Observable |
DeploymentWindow
API on current deployment window
Declaration
public IDeploymentWindow DeploymentWindow { get; set; }
Property Value
Type | Description |
---|---|
IDeployment |
EnvironmentProvider
Environment Provider.
Declaration
public IEnvironmentProvider EnvironmentProvider { get; set; }
Property Value
Type | Description |
---|---|
IEnvironment |
Instance
Instance of the deployments.
Declaration
public static Deployments Instance { get; }
Property Value
Type | Description |
---|---|
Deployments |
ProjectIdProvider
Project ID provider
Declaration
public IProjectIdentifierProvider ProjectIdProvider { get; set; }
Property Value
Type | Description |
---|---|
IProject |