#include <utils/GitProxy.hpp>
|
void | info (const QString &Message) |
|
void | error (const QString &Message) |
|
|
| GitProxy () |
|
| ~GitProxy () |
|
bool | clone (const QString &FromUrl, const QString &ToPath, const QString &Username="", const QString &Password="", bool SslNoVerify=false) |
|
TreeStatusInfo | status (const QString &Path) |
|
QString | statusHtml (const QString &Path, bool WithColorCodes) |
|
QString | logHtml (const QString &Path, bool WithColorCodes) |
|
◆ FileStatus
Enumerator |
---|
TRACKED | |
UNTRACKED | |
IGNORED | |
CONFLICT | |
ADDED | |
DELETED | |
MODIFIED | |
◆ GitProxy()
openfluid::utils::GitProxy::GitProxy |
( |
| ) |
|
◆ ~GitProxy()
openfluid::utils::GitProxy::~GitProxy |
( |
| ) |
|
◆ clone()
bool openfluid::utils::GitProxy::clone |
( |
const QString & |
FromUrl, |
|
|
const QString & |
ToPath, |
|
|
const QString & |
Username = "" , |
|
|
const QString & |
Password = "" , |
|
|
bool |
SslNoVerify = false |
|
) |
| |
◆ error
void openfluid::utils::GitProxy::error |
( |
const QString & |
Message | ) |
|
|
signal |
◆ getCurrentOpenFLUIDBranchName()
static QString openfluid::utils::GitProxy::getCurrentOpenFLUIDBranchName |
( |
| ) |
|
|
static |
◆ info
void openfluid::utils::GitProxy::info |
( |
const QString & |
Message | ) |
|
|
signal |
◆ isAvailable()
static bool openfluid::utils::GitProxy::isAvailable |
( |
| ) |
|
|
static |
◆ logHtml()
QString openfluid::utils::GitProxy::logHtml |
( |
const QString & |
Path, |
|
|
bool |
WithColorCodes |
|
) |
| |
◆ status()
TreeStatusInfo openfluid::utils::GitProxy::status |
( |
const QString & |
Path | ) |
|
◆ statusHtml()
QString openfluid::utils::GitProxy::statusHtml |
( |
const QString & |
Path, |
|
|
bool |
WithColorCodes |
|
) |
| |
The documentation for this class was generated from the following file: