@@ -13,53 +13,53 @@ class Build(Model):
1313 """Build.
1414
1515 :param _links:
16- :type _links: :class:`ReferenceLinks <build.models.ReferenceLinks>`
16+ :type _links: :class:`ReferenceLinks <build.v4_0. models.ReferenceLinks>`
1717 :param build_number: Build number/name of the build
1818 :type build_number: str
1919 :param build_number_revision: Build number revision
2020 :type build_number_revision: int
2121 :param controller: The build controller. This should only be set if the definition type is Xaml.
22- :type controller: :class:`BuildController <build.models.BuildController>`
22+ :type controller: :class:`BuildController <build.v4_0. models.BuildController>`
2323 :param definition: The definition associated with the build
24- :type definition: :class:`DefinitionReference <build.models.DefinitionReference>`
24+ :type definition: :class:`DefinitionReference <build.v4_0. models.DefinitionReference>`
2525 :param deleted: Indicates whether the build has been deleted.
2626 :type deleted: bool
2727 :param deleted_by: Process or person that deleted the build
28- :type deleted_by: :class:`IdentityRef <build.models.IdentityRef>`
28+ :type deleted_by: :class:`IdentityRef <build.v4_0. models.IdentityRef>`
2929 :param deleted_date: Date the build was deleted
3030 :type deleted_date: datetime
3131 :param deleted_reason: Description of how the build was deleted
3232 :type deleted_reason: str
3333 :param demands: Demands
34- :type demands: list of :class:`object <build.models.object>`
34+ :type demands: list of :class:`object <build.v4_0. models.object>`
3535 :param finish_time: Time that the build was completed
3636 :type finish_time: datetime
3737 :param id: Id of the build
3838 :type id: int
3939 :param keep_forever:
4040 :type keep_forever: bool
4141 :param last_changed_by: Process or person that last changed the build
42- :type last_changed_by: :class:`IdentityRef <build.models.IdentityRef>`
42+ :type last_changed_by: :class:`IdentityRef <build.v4_0. models.IdentityRef>`
4343 :param last_changed_date: Date the build was last changed
4444 :type last_changed_date: datetime
4545 :param logs: Log location of the build
46- :type logs: :class:`BuildLogReference <build.models.BuildLogReference>`
46+ :type logs: :class:`BuildLogReference <build.v4_0. models.BuildLogReference>`
4747 :param orchestration_plan: Orchestration plan for the build
48- :type orchestration_plan: :class:`TaskOrchestrationPlanReference <build.models.TaskOrchestrationPlanReference>`
48+ :type orchestration_plan: :class:`TaskOrchestrationPlanReference <build.v4_0. models.TaskOrchestrationPlanReference>`
4949 :param parameters: Parameters for the build
5050 :type parameters: str
5151 :param plans: Orchestration plans associated with the build (build, cleanup)
52- :type plans: list of :class:`TaskOrchestrationPlanReference <build.models.TaskOrchestrationPlanReference>`
52+ :type plans: list of :class:`TaskOrchestrationPlanReference <build.v4_0. models.TaskOrchestrationPlanReference>`
5353 :param priority: The build's priority
5454 :type priority: object
5555 :param project: The team project
56- :type project: :class:`TeamProjectReference <build.models.TeamProjectReference>`
56+ :type project: :class:`TeamProjectReference <build.v4_0. models.TeamProjectReference>`
5757 :param properties:
58- :type properties: :class:`object <build.models.object>`
58+ :type properties: :class:`object <build.v4_0. models.object>`
5959 :param quality: Quality of the xaml build (good, bad, etc.)
6060 :type quality: str
6161 :param queue: The queue. This should only be set if the definition type is Build.
62- :type queue: :class:`AgentPoolQueue <build.models.AgentPoolQueue>`
62+ :type queue: :class:`AgentPoolQueue <build.v4_0. models.AgentPoolQueue>`
6363 :param queue_options: Queue option of the build.
6464 :type queue_options: object
6565 :param queue_position: The current position of the build in the queue
@@ -69,11 +69,11 @@ class Build(Model):
6969 :param reason: Reason that the build was created
7070 :type reason: object
7171 :param repository: The repository
72- :type repository: :class:`BuildRepository <build.models.BuildRepository>`
72+ :type repository: :class:`BuildRepository <build.v4_0. models.BuildRepository>`
7373 :param requested_by: The identity that queued the build
74- :type requested_by: :class:`IdentityRef <build.models.IdentityRef>`
74+ :type requested_by: :class:`IdentityRef <build.v4_0. models.IdentityRef>`
7575 :param requested_for: The identity on whose behalf the build was queued
76- :type requested_for: :class:`IdentityRef <build.models.IdentityRef>`
76+ :type requested_for: :class:`IdentityRef <build.v4_0. models.IdentityRef>`
7777 :param result: The build result
7878 :type result: object
7979 :param retained_by_release: Specifies if Build should be retained by Release
@@ -95,7 +95,7 @@ class Build(Model):
9595 :param url: REST url of the build
9696 :type url: str
9797 :param validation_results:
98- :type validation_results: list of :class:`BuildRequestValidationResult <build.models.BuildRequestValidationResult>`
98+ :type validation_results: list of :class:`BuildRequestValidationResult <build.v4_0. models.BuildRequestValidationResult>`
9999 """
100100
101101 _attribute_map = {
0 commit comments