Foundry.VcsRemote¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.VcsRemote(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for version control system remote repository implementations.
Foundry.VcsRemoteprovides the core interface for interacting with remote repositories in version control systems. Concrete implementations handle specific VCS protocols and provide unified access to remote repository operations such as fetching, pushing, and cloning.