@@ -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_1. models.ReferenceLinks>`
1717 :param build_number: The build number/name of the build.
1818 :type build_number: str
1919 :param build_number_revision: The build number revision.
2020 :type build_number_revision: int
2121 :param controller: The build controller. This is only set if the definition type is Xaml.
22- :type controller: :class:`BuildController <build.models.BuildController>`
22+ :type controller: :class:`BuildController <build.v4_1. 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_1. models.DefinitionReference>`
2525 :param deleted: Indicates whether the build has been deleted.
2626 :type deleted: bool
2727 :param deleted_by: The identity of the process or person that deleted the build.
28- :type deleted_by: :class:`IdentityRef <build.models.IdentityRef>`
28+ :type deleted_by: :class:`IdentityRef <build.v4_1. models.IdentityRef>`
2929 :param deleted_date: The date the build was deleted.
3030 :type deleted_date: datetime
3131 :param deleted_reason: The description of how the build was deleted.
3232 :type deleted_reason: str
3333 :param demands: A list of demands that represents the agent capabilities required by this build.
34- :type demands: list of :class:`object <build.models.object>`
34+ :type demands: list of :class:`object <build.v4_1. models.object>`
3535 :param finish_time: The time that the build was completed.
3636 :type finish_time: datetime
3737 :param id: The ID of the build.
3838 :type id: int
3939 :param keep_forever: Indicates whether the build should be skipped by retention policies.
4040 :type keep_forever: bool
4141 :param last_changed_by: The identity representing the 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_1. models.IdentityRef>`
4343 :param last_changed_date: The date the build was last changed.
4444 :type last_changed_date: datetime
4545 :param logs: Information about the build logs.
46- :type logs: :class:`BuildLogReference <build.models.BuildLogReference>`
46+ :type logs: :class:`BuildLogReference <build.v4_1. models.BuildLogReference>`
4747 :param orchestration_plan: The orchestration plan for the build.
48- :type orchestration_plan: :class:`TaskOrchestrationPlanReference <build.models.TaskOrchestrationPlanReference>`
48+ :type orchestration_plan: :class:`TaskOrchestrationPlanReference <build.v4_1. models.TaskOrchestrationPlanReference>`
4949 :param parameters: The 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_1. 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_1. models.TeamProjectReference>`
5757 :param properties:
58- :type properties: :class:`object <build.models.object>`
58+ :type properties: :class:`object <build.v4_1. models.object>`
5959 :param quality: The quality of the xaml build (good, bad, etc.)
6060 :type quality: str
6161 :param queue: The queue. This is only set if the definition type is Build.
62- :type queue: :class:`AgentPoolQueue <build.models.AgentPoolQueue>`
62+ :type queue: :class:`AgentPoolQueue <build.v4_1. models.AgentPoolQueue>`
6363 :param queue_options: Additional options for queueing 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: The 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_1. 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_1. 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_1. models.IdentityRef>`
7777 :param result: The build result.
7878 :type result: object
7979 :param retained_by_release: Indicates whether the build is retained by a release.
@@ -95,7 +95,7 @@ class Build(Model):
9595 :param url: The 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_1. models.BuildRequestValidationResult>`
9999 """
100100
101101 _attribute_map = {
0 commit comments