Example #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;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AgentDto" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="name">name.</param>
 /// <param name="typeId">typeId.</param>
 /// <param name="connected">connected.</param>
 /// <param name="enabled">enabled.</param>
 /// <param name="authorized">authorized.</param>
 /// <param name="uptodate">uptodate.</param>
 /// <param name="outdated">outdated.</param>
 /// <param name="pluginsOutdated">pluginsOutdated.</param>
 /// <param name="javaOutdated">javaOutdated.</param>
 /// <param name="ip">ip.</param>
 /// <param name="protocol">protocol.</param>
 /// <param name="version">version.</param>
 /// <param name="currentAgentVersion">currentAgentVersion.</param>
 /// <param name="lastActivityTime">lastActivityTime.</param>
 /// <param name="idleSinceTime">idleSinceTime.</param>
 /// <param name="disconnectionComment">disconnectionComment.</param>
 /// <param name="registrationTimestamp">registrationTimestamp.</param>
 /// <param name="host">host.</param>
 /// <param name="cpuRank">cpuRank.</param>
 /// <param name="port">port.</param>
 /// <param name="href">href.</param>
 /// <param name="webUrl">webUrl.</param>
 /// <param name="build">build.</param>
 /// <param name="links">links.</param>
 /// <param name="enabledInfo">enabledInfo.</param>
 /// <param name="authorizedInfo">authorizedInfo.</param>
 /// <param name="properties">properties.</param>
 /// <param name="cloudInstance">cloudInstance.</param>
 /// <param name="cloudImage">cloudImage.</param>
 /// <param name="environment">environment.</param>
 /// <param name="pool">pool.</param>
 /// <param name="compatibilityPolicy">compatibilityPolicy.</param>
 /// <param name="compatibleBuildTypes">compatibleBuildTypes.</param>
 /// <param name="incompatibleBuildTypes">incompatibleBuildTypes.</param>
 /// <param name="builds">builds.</param>
 /// <param name="locator">locator.</param>
 public AgentDto(int?id = default(int?), string name = default(string), int?typeId = default(int?), bool?connected = default(bool?), bool?enabled = default(bool?), bool?authorized = default(bool?), bool?uptodate = default(bool?), bool?outdated = default(bool?), bool?pluginsOutdated = default(bool?), bool?javaOutdated = default(bool?), string ip = default(string), string protocol = default(string), string version = default(string), string currentAgentVersion = default(string), string lastActivityTime = default(string), string idleSinceTime = default(string), string disconnectionComment = default(string), string registrationTimestamp = default(string), string host = default(string), int?cpuRank = default(int?), int?port = default(int?), string href = default(string), string webUrl = default(string), BuildDto build = default(BuildDto), LinksDto links = default(LinksDto), EnabledInfoDto enabledInfo = default(EnabledInfoDto), AuthorizedInfoDto authorizedInfo = default(AuthorizedInfoDto), PropertiesDto properties = default(PropertiesDto), CloudInstanceDto cloudInstance = default(CloudInstanceDto), CloudImageDto cloudImage = default(CloudImageDto), EnvironmentDto environment = default(EnvironmentDto), AgentPoolDto pool = default(AgentPoolDto), CompatibilityPolicyDto compatibilityPolicy = default(CompatibilityPolicyDto), BuildTypesDto compatibleBuildTypes = default(BuildTypesDto), CompatibilitiesDto incompatibleBuildTypes = default(CompatibilitiesDto), BuildsDto builds = default(BuildsDto), string locator = default(string))
 {
     this.Id                     = id;
     this.Name                   = name;
     this.TypeId                 = typeId;
     this.Connected              = connected;
     this.Enabled                = enabled;
     this.Authorized             = authorized;
     this.Uptodate               = uptodate;
     this.Outdated               = outdated;
     this.PluginsOutdated        = pluginsOutdated;
     this.JavaOutdated           = javaOutdated;
     this.Ip                     = ip;
     this.Protocol               = protocol;
     this.Version                = version;
     this.CurrentAgentVersion    = currentAgentVersion;
     this.LastActivityTime       = lastActivityTime;
     this.IdleSinceTime          = idleSinceTime;
     this.DisconnectionComment   = disconnectionComment;
     this.RegistrationTimestamp  = registrationTimestamp;
     this.Host                   = host;
     this.CpuRank                = cpuRank;
     this.Port                   = port;
     this.Href                   = href;
     this.WebUrl                 = webUrl;
     this.Build                  = build;
     this.Links                  = links;
     this.EnabledInfo            = enabledInfo;
     this.AuthorizedInfo         = authorizedInfo;
     this.Properties             = properties;
     this.CloudInstance          = cloudInstance;
     this.CloudImage             = cloudImage;
     this.Environment            = environment;
     this.Pool                   = pool;
     this.CompatibilityPolicy    = compatibilityPolicy;
     this.CompatibleBuildTypes   = compatibleBuildTypes;
     this.IncompatibleBuildTypes = incompatibleBuildTypes;
     this.Builds                 = builds;
     this.Locator                = locator;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BranchVersionDto" /> class.
 /// </summary>
 /// <param name="version">version.</param>
 /// <param name="unspecified">unspecified.</param>
 /// <param name="groupFlag">groupFlag.</param>
 /// <param name="lastActivity">lastActivity.</param>
 /// <param name="builds">builds.</param>
 /// <param name="internalName">internalName.</param>
 /// <param name="name">name.</param>
 /// <param name="_default">_default.</param>
 /// <param name="active">active.</param>
 public BranchVersionDto(string version = default(string), bool?unspecified = default(bool?), bool?groupFlag = default(bool?), string lastActivity = default(string), BuildsDto builds = default(BuildsDto), string internalName = default(string), string name = default(string), bool?_default = default(bool?), bool?active = default(bool?))
 {
     this.Version      = version;
     this.Unspecified  = unspecified;
     this.GroupFlag    = groupFlag;
     this.LastActivity = lastActivity;
     this.Builds       = builds;
     this.InternalName = internalName;
     this.Name         = name;
     this.Default      = _default;
     this.Active       = active;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RelatedDto" /> class.
 /// </summary>
 /// <param name="builds">builds.</param>
 public RelatedDto(BuildsDto builds = default(BuildsDto))
 {
     this.Builds = builds;
 }