Pull command Class.
More...
#include <Pull.h>
Pull command Class.
Definition at line 40 of file Pull.h.
◆ Pull()
Pull::Pull |
( |
BString |
repo | ) |
|
Pull command constructor.
- Parameters
-
dirPath | The directory where Init is selected. |
Definition at line 23 of file Pull.cpp.
◆ DoPull()
pthread_t Pull::DoPull |
( |
PullWindow * |
pullWindow, |
|
|
const char * |
path |
|
) |
| |
|
static |
This spawns thread to perform pull over given repo.
- Parameters
-
pullWindow | The window to show progress. |
path | The repo path. |
Definition at line 195 of file Pull.cpp.
◆ Execute()
This is where actual calls to libgit2 will go.
Implements GitCommand.
Definition at line 33 of file Pull.cpp.
◆ GetWindow()
This returns pointer to the Pull window.
- Returns
- The pull window.
Reimplemented from GitCommand.
Definition at line 43 of file Pull.cpp.
◆ fPullWindow
◆ fRepo
The repository path where Pull option is selected.
Definition at line 45 of file Pull.h.
The documentation for this class was generated from the following files: