Exemplo n.º 1
0
 public BuildServer(RepoDistSettings container)
     : base(container, "BuildServer")
 {
     Type = new StringSetting("Type", this, null);
     EnableIntegration      = new BoolNullableSetting("EnableIntegration", this, false);
     ShowBuildSummaryInGrid = new BoolNullableSetting("ShowBuildSummaryInGrid", this, true);
 }
Exemplo n.º 2
0
 public DetailedGroup(RepoDistSettings container)
     : base(container, "Detailed")
 {
     GetRemoteBranchesDirectlyFromRemote = new BoolNullableSetting("GetRemoteBranchesDirectlyFromRemote", this, false);
     AddMergeLogMessages   = new BoolNullableSetting("AddMergeLogMessages", this, false);
     MergeLogMessagesCount = new IntNullableSetting("MergeLogMessagesCount", this, 20);
 }
Exemplo n.º 3
0
 public DetailedGroup(RepoDistSettings container)
     : base(container, "Detailed")
 {
     ShowConEmuTab  = new BoolNullableSetting("ShowConEmuTab", this, true);
     ConEmuStyle    = new StringSetting("ConEmuStyle", this, "<Solarized Light>");
     ConEmuTerminal = new StringSetting("ConEmuTerminal", this, "bash");
     ConEmuFontSize = new StringSetting("ConEmuFontSize", this, "12");
     GetRemoteBranchesDirectlyFromRemote = new BoolNullableSetting("GetRemoteBranchesDirectlyFromRemote", this, false);
 }
Exemplo n.º 4
0
 public DetailedGroup(RepoDistSettings container)
     : base(container, "Detailed")
 {
     ShowConEmuTab = new BoolNullableSetting("ShowConEmuTab", this, true);
     GetRemoteBranchesDirectlyFromRemote = new BoolNullableSetting("GetRemoteBranchesDirectlyFromRemote", this, false);
 }
Exemplo n.º 5
0
 public IssueTracker(RepoDistSettings container)
     : base(container, "IssueTracker")
 {
     Type = new StringSetting("Type", this, null);
     EnableIntegration = new BoolNullableSetting("EnableIntegration", this, false);
 }
Exemplo n.º 6
0
 public DetailedGroup(RepoDistSettings container)
     : base(container, "Detailed")
 {
     ShowConEmuTab = new BoolNullableSetting("ShowConEmuTab", this, true);
 }