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