Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BuildTypeDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="internalId">internalId.</param>
 /// <param name="name">name.</param>
 /// <param name="templateFlag">templateFlag.</param>
 /// <param name="type">type.</param>
 /// <param name="paused">paused.</param>
 /// <param name="uuid">uuid.</param>
 /// <param name="description">description.</param>
 /// <param name="projectName">projectName.</param>
 /// <param name="projectId">projectId.</param>
 /// <param name="projectInternalId">projectInternalId.</param>
 /// <param name="href">href.</param>
 /// <param name="webUrl">webUrl.</param>
 /// <param name="inherited">inherited.</param>
 /// <param name="links">links.</param>
 /// <param name="project">project.</param>
 /// <param name="templates">templates.</param>
 /// <param name="template">template.</param>
 /// <param name="vcsRootEntries">vcsRootEntries.</param>
 /// <param name="settings">settings.</param>
 /// <param name="parameters">parameters.</param>
 /// <param name="steps">steps.</param>
 /// <param name="features">features.</param>
 /// <param name="triggers">triggers.</param>
 /// <param name="snapshotDependencies">snapshotDependencies.</param>
 /// <param name="artifactDependencies">artifactDependencies.</param>
 /// <param name="agentRequirements">agentRequirements.</param>
 /// <param name="branches">branches.</param>
 /// <param name="builds">builds.</param>
 /// <param name="investigations">investigations.</param>
 /// <param name="compatibleAgents">compatibleAgents.</param>
 /// <param name="vcsRootInstances">vcsRootInstances.</param>
 /// <param name="locator">locator.</param>
 public BuildTypeDto(string id = default(string), string internalId = default(string), string name = default(string), bool?templateFlag = default(bool?), string type = default(string), bool?paused = default(bool?), string uuid = default(string), string description = default(string), string projectName = default(string), string projectId = default(string), string projectInternalId = default(string), string href = default(string), string webUrl = default(string), bool?inherited = default(bool?), LinksDto links = default(LinksDto), ProjectDto project = default(ProjectDto), BuildTypesDto templates = default(BuildTypesDto), BuildTypeDto template = default(BuildTypeDto), VcsRootEntriesDto vcsRootEntries = default(VcsRootEntriesDto), PropertiesDto settings = default(PropertiesDto), PropertiesDto parameters = default(PropertiesDto), StepsDto steps = default(StepsDto), FeaturesDto features = default(FeaturesDto), TriggersDto triggers = default(TriggersDto), SnapshotDependenciesDto snapshotDependencies = default(SnapshotDependenciesDto), ArtifactDependenciesDto artifactDependencies = default(ArtifactDependenciesDto), AgentRequirementsDto agentRequirements = default(AgentRequirementsDto), BranchesDto branches = default(BranchesDto), BuildsDto builds = default(BuildsDto), InvestigationsDto investigations = default(InvestigationsDto), AgentsDto compatibleAgents = default(AgentsDto), VcsRootInstancesDto vcsRootInstances = default(VcsRootInstancesDto), string locator = default(string))
 {
     this.Id                   = id;
     this.InternalId           = internalId;
     this.Name                 = name;
     this.TemplateFlag         = templateFlag;
     this.Type                 = type;
     this.Paused               = paused;
     this.Uuid                 = uuid;
     this.Description          = description;
     this.ProjectName          = projectName;
     this.ProjectId            = projectId;
     this.ProjectInternalId    = projectInternalId;
     this.Href                 = href;
     this.WebUrl               = webUrl;
     this.Inherited            = inherited;
     this.Links                = links;
     this.Project              = project;
     this.Templates            = templates;
     this.Template             = template;
     this.VcsRootEntries       = vcsRootEntries;
     this.Settings             = settings;
     this.Parameters           = parameters;
     this.Steps                = steps;
     this.Features             = features;
     this.Triggers             = triggers;
     this.SnapshotDependencies = snapshotDependencies;
     this.ArtifactDependencies = artifactDependencies;
     this.AgentRequirements    = agentRequirements;
     this.Branches             = branches;
     this.Builds               = builds;
     this.Investigations       = investigations;
     this.CompatibleAgents     = compatibleAgents;
     this.VcsRootInstances     = vcsRootInstances;
     this.Locator              = locator;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TestDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="name">name.</param>
 /// <param name="mutes">mutes.</param>
 /// <param name="investigations">investigations.</param>
 /// <param name="testOccurrences">testOccurrences.</param>
 /// <param name="parsedTestName">parsedTestName.</param>
 /// <param name="href">href.</param>
 /// <param name="locator">locator.</param>
 public TestDto(string id = default(string), string name = default(string), MutesDto mutes = default(MutesDto), InvestigationsDto investigations = default(InvestigationsDto), TestOccurrencesDto testOccurrences = default(TestOccurrencesDto), ParsedTestNameDto parsedTestName = default(ParsedTestNameDto), string href = default(string), string locator = default(string))
 {
     this.Id              = id;
     this.Name            = name;
     this.Mutes           = mutes;
     this.Investigations  = investigations;
     this.TestOccurrences = testOccurrences;
     this.ParsedTestName  = parsedTestName;
     this.Href            = href;
     this.Locator         = locator;
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProblemDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="type">type.</param>
 /// <param name="identity">identity.</param>
 /// <param name="href">href.</param>
 /// <param name="description">description.</param>
 /// <param name="mutes">mutes.</param>
 /// <param name="investigations">investigations.</param>
 /// <param name="problemOccurrences">problemOccurrences.</param>
 /// <param name="locator">locator.</param>
 public ProblemDto(string id = default(string), string type = default(string), string identity = default(string), string href = default(string), string description = default(string), MutesDto mutes = default(MutesDto), InvestigationsDto investigations = default(InvestigationsDto), ProblemOccurrencesDto problemOccurrences = default(ProblemOccurrencesDto), string locator = default(string))
 {
     this.Id                 = id;
     this.Type               = type;
     this.Identity           = identity;
     this.Href               = href;
     this.Description        = description;
     this.Mutes              = mutes;
     this.Investigations     = investigations;
     this.ProblemOccurrences = problemOccurrences;
     this.Locator            = locator;
 }