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
checkForGit
Types of git messages to check for in output.
public GitTypesOfMessages checkForGit
Field Value
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
onlyThese
If set, only push these specific solutions.
public List<string>? onlyThese
Field Value
Methods
Set(bool, bool)
Sets the merge and fetch and gitignore options.
public void Set(bool mergeAndFetch, bool addGitignore = false)