FactoryRepoConfiguration Class
Factory's git repo information.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: FactoryGitHubConfiguration, FactoryVSTSConfiguration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
FactoryRepoConfiguration
Constructor
FactoryRepoConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, last_commit_id: Optional[str] = None, **kwargs)
Variables
- type
- str
Required. Type of repo configuration.Constant filled by server.
- account_name
- str
Required. Account name.
- repository_name
- str
Required. Repository name.
- collaboration_branch
- str
Required. Collaboration branch.
- root_folder
- str
Required. Root folder.
- last_commit_id
- str
Last commit id.
Feedback
Submit and view feedback for