Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="VcsRootInstanceDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="vcsRootId">vcsRootId.</param>
 /// <param name="vcsRootInternalId">vcsRootInternalId.</param>
 /// <param name="name">name.</param>
 /// <param name="vcsName">vcsName.</param>
 /// <param name="modificationCheckInterval">modificationCheckInterval.</param>
 /// <param name="commitHookMode">commitHookMode.</param>
 /// <param name="lastVersion">lastVersion.</param>
 /// <param name="lastVersionInternal">lastVersionInternal.</param>
 /// <param name="href">href.</param>
 /// <param name="vcsRoot">vcsRoot.</param>
 /// <param name="status">status.</param>
 /// <param name="repositoryState">repositoryState.</param>
 /// <param name="properties">properties.</param>
 /// <param name="repositoryIdStrings">repositoryIdStrings.</param>
 /// <param name="projectLocator">projectLocator.</param>
 public VcsRootInstanceDto(string id = default(string), string vcsRootId = default(string), string vcsRootInternalId = default(string), string name = default(string), string vcsName = default(string), int?modificationCheckInterval = default(int?), bool?commitHookMode = default(bool?), string lastVersion = default(string), string lastVersionInternal = default(string), string href = default(string), VcsRootDto vcsRoot = default(VcsRootDto), VcsStatusDto status = default(VcsStatusDto), RepositoryStateDto repositoryState = default(RepositoryStateDto), PropertiesDto properties = default(PropertiesDto), ItemsDto repositoryIdStrings = default(ItemsDto), string projectLocator = default(string))
 {
     this.Id                        = id;
     this.VcsRootId                 = vcsRootId;
     this.VcsRootInternalId         = vcsRootInternalId;
     this.Name                      = name;
     this.VcsName                   = vcsName;
     this.ModificationCheckInterval = modificationCheckInterval;
     this.CommitHookMode            = commitHookMode;
     this.LastVersion               = lastVersion;
     this.LastVersionInternal       = lastVersionInternal;
     this.Href                      = href;
     this.VcsRoot                   = vcsRoot;
     this.Status                    = status;
     this.RepositoryState           = repositoryState;
     this.Properties                = properties;
     this.RepositoryIdStrings       = repositoryIdStrings;
     this.ProjectLocator            = projectLocator;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="VcsRootEntryDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="inherited">inherited.</param>
 /// <param name="vcsRoot">vcsRoot.</param>
 /// <param name="checkoutRules">checkoutRules.</param>
 public VcsRootEntryDto(string id = default(string), bool?inherited = default(bool?), VcsRootDto vcsRoot = default(VcsRootDto), string checkoutRules = default(string))
 {
     this.Id            = id;
     this.Inherited     = inherited;
     this.VcsRoot       = vcsRoot;
     this.CheckoutRules = checkoutRules;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RelatedEntityDto" /> class.
 /// </summary>
 /// <param name="type">type.</param>
 /// <param name="unknown">unknown.</param>
 /// <param name="internalId">internalId.</param>
 /// <param name="text">text.</param>
 /// <param name="build">build.</param>
 /// <param name="buildType">buildType.</param>
 /// <param name="project">project.</param>
 /// <param name="user">user.</param>
 /// <param name="group">group.</param>
 /// <param name="test">test.</param>
 /// <param name="problem">problem.</param>
 /// <param name="agent">agent.</param>
 /// <param name="vcsRoot">vcsRoot.</param>
 /// <param name="change">change.</param>
 /// <param name="agentPool">agentPool.</param>
 public RelatedEntityDto(string type = default(string), bool?unknown = default(bool?), string internalId = default(string), string text = default(string), BuildDto build = default(BuildDto), BuildTypeDto buildType = default(BuildTypeDto), ProjectDto project = default(ProjectDto), UserDto user = default(UserDto), GroupDto group = default(GroupDto), TestDto test = default(TestDto), ProblemDto problem = default(ProblemDto), AgentDto agent = default(AgentDto), VcsRootDto vcsRoot = default(VcsRootDto), ChangeDto change = default(ChangeDto), AgentPoolDto agentPool = default(AgentPoolDto))
 {
     this.Type       = type;
     this.Unknown    = unknown;
     this.InternalId = internalId;
     this.Text       = text;
     this.Build      = build;
     this.BuildType  = buildType;
     this.Project    = project;
     this.User       = user;
     this.Group      = group;
     this.Test       = test;
     this.Problem    = problem;
     this.Agent      = agent;
     this.VcsRoot    = vcsRoot;
     this.Change     = change;
     this.AgentPool  = agentPool;
 }