Table of Contents

Class PushSolutionsData

Namespace
SunamoDevCode._public.SunamoData.Data
Assembly
SunamoDevCode.dll

Configuration data for push solutions operations.

public class PushSolutionsData
Inheritance
PushSolutionsData
Inherited Members
Extension Methods

Fields

addGitignore

Whether to add .gitignore file.

public bool addGitignore

Field Value

bool

checkForGit

Types of git messages to check for in output.

public GitTypesOfMessages checkForGit

Field Value

GitTypesOfMessages

cs

Whether to process C# projects (null for default behavior).

public bool? cs

Field Value

bool?

mergeAndFetch

Whether to perform merge and fetch before push.

public bool mergeAndFetch

Field Value

bool

onlyThese

If set, only push these specific solutions.

public List<string>? onlyThese

Field Value

List<string>

Methods

Set(bool, bool)

Sets the merge and fetch and gitignore options.

public void Set(bool mergeAndFetch, bool addGitignore = false)

Parameters

mergeAndFetch bool

Whether to merge and fetch.

addGitignore bool

Whether to add .gitignore.