Class DeployerCommonProps
Properties for DeployerCommon
Inheritance
object
DeployerCommonProps
Implements
Namespace: BuildSystem.ProjectList.Helpers
Assembly: BuildSystem.ProjectList.dll
Syntax
public class DeployerCommonProps : Object, IDeployerProps
Constructors
DeployerCommonProps()
Declaration
public DeployerCommonProps()
Properties
RebuildOnDeployProjects
List of projects, which should be rebuilt, if they are deploying
Declaration
public 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
public bool SamePackageVersions { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
Clone()
Clone properties into new instance
Declaration
public IDeployerProps Clone()
Returns
Type | Description |
---|---|
IDeployerProps |
Copy(IDeployerProps)
Copy all properties from source object
Declaration
public void Copy(IDeployerProps source)
Parameters
Type | Name | Description |
---|---|---|
IDeployerProps | source |
EmptyValues()
Set values of private properties to default
Declaration
public void EmptyValues()