BranchVersion
Represents a branch version.
Field | Data type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET
and use the response as a base for the following POST
request.
A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.
XML
JSON
<branchVersion active="true" default="true" groupFlag="true" internalName="string" lastActivity="string" name="string" unspecified="true" version="string">
<builds count="123" href="string" nextHref="string" prevHref="string">
<build>build...</build>
</builds>
</branchVersion>
{
"internalName" : "internalName",
"default" : true,
"unspecified" : true,
"name" : "name",
"builds" : {
"build" : [ {
"agent" : "agent...",
"metadata" : "datas...",
"triggered" : "TriggeredBy...",
"usedByOtherBuilds" : true,
"settingsHash" : "settingsHash",
"number" : "number",
"chainModificationId" : "chainModificationId",
"changesCollectingInProgress" : true,
"lastChanges" : "changes...",
"resultingProperties" : "properties...",
"composite" : true,
"links" : "links...",
"id" : 6,
"state" : "queued",
"href" : "href",
"detachedFromAgent" : true,
"compatibleCloudImages" : "cloudImages...",
"artifacts" : "files...",
"testOccurrences" : "testOccurrences...",
"artifactDependencyChanges" : "buildChanges...",
"startProperties" : "properties...",
"defaultBranch" : true,
"compatibleAgents" : "agents...",
"artifact-dependencies" : "builds...",
"replacementIds" : "items...",
"personal" : true,
"history" : true,
"tags" : "tags...",
"canceledInfo" : "comment...",
"running-info" : "progress-info...",
"versionedSettingsRevision" : "Revision...",
"percentageComplete" : 6,
"webUrl" : "webUrl",
"buildType" : "buildType...",
"triggeringOptions" : "buildTriggeringOptions...",
"locator" : "locator",
"startDate" : "startDate",
"status" : "status",
"pinned" : true,
"customized" : true,
"approvalInfo" : "approvalInfo...",
"vcsLabels" : [ "vcsLabel..." ],
"customization" : "customizations...",
"finishEstimate" : "finishEstimate",
"changes" : "changes...",
"plannedAgent" : "agent...",
"running" : true,
"statusChangeComment" : "comment...",
"finishOnAgentDate" : "finishOnAgentDate",
"buildTypeId" : "buildTypeId",
"buildTypeInternalId" : "buildTypeInternalId",
"originalProperties" : "properties...",
"modificationId" : "modificationId",
"related" : "related...",
"failedToStart" : true,
"revisions" : "Revisions...",
"delayedByBuild" : "build...",
"queuePosition" : 1,
"problemOccurrences" : "problemOccurrences...",
"artifactsDirectory" : "artifactsDirectory",
"relatedIssues" : "issuesUsages...",
"branchName" : "branchName",
"startEstimate" : "startEstimate",
"downloadedArtifacts" : "downloadedArtifacts...",
"limitedChangesCount" : 2,
"firstBuildWithSameChanges" : "build...",
"currentSettingsHash" : "currentSettingsHash",
"unspecifiedBranch" : true,
"queuedWaitReasons" : "properties...",
"waitReason" : "waitReason",
"pinInfo" : "comment...",
"snapshot-dependencies" : "builds...",
"statusText" : "statusText",
"custom-artifact-dependencies" : "artifact-dependencies...",
"comment" : "comment...",
"finishDate" : "finishDate",
"attributes" : "entries...",
"user" : "user...",
"queuedDate" : "queuedDate",
"taskId" : 3,
"properties" : "properties...",
"statistics" : "properties..."
} ],
"count" : 9,
"prevHref" : "prevHref",
"href" : "href",
"nextHref" : "nextHref"
},
"active" : true,
"lastActivity" : "lastActivity",
"version" : "version",
"groupFlag" : true
}
Thanks for your feedback!
Was this page helpful?