Interface IDeployerProps
Properties for IDeployer
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IDeployerProps
Properties
RebuildOnDeployProjects
List of projects, which should be rebuilt, if they are deploying
Declaration
ProjectFilter? RebuildOnDeployProjects { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectFilter |
SamePackageVersions
In process of deploying we should set only same versions for creating packages. In case they are different - we set all versions to max one
Declaration
bool SamePackageVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Clone()
Clone properties into new instance
Declaration
IDeployerProps Clone()
Returns
| Type | Description |
|---|---|
| IDeployerProps |
Copy(IDeployerProps)
Copy all properties from source object
Declaration
void Copy(IDeployerProps source)
Parameters
| Type | Name | Description |
|---|---|---|
| IDeployerProps | source |
EmptyValues()
Set values of private properties to default
Declaration
void EmptyValues()