Bot class.
More...
#include <GitBot.hpp>
|
static bool | isRepositoryFullName (const std::string &str) |
| Returns true if str is a repository full name e.g "torvalds/linux". More...
|
|
static bool | isRepositoryFullURL (const std::string &str, std::string &fullname) |
| Returns true if str is a repository full url e.g "https://github.com/torvalds/linux". More...
|
|
Bot class.
Definition at line 11 of file GitBot.hpp.
◆ GitBot()
◆ ~GitBot()
virtual GitBot::~GitBot |
( |
| ) |
|
|
virtualdefault |
◆ isRepositoryFullName()
static bool GitBot::isRepositoryFullName |
( |
const std::string & |
str | ) |
|
|
static |
Returns true if str is a repository full name e.g "torvalds/linux".
◆ isRepositoryFullURL()
static bool GitBot::isRepositoryFullURL |
( |
const std::string & |
str, |
|
|
std::string & |
fullname |
|
) |
| |
|
static |
Returns true if str is a repository full url e.g "https://github.com/torvalds/linux".
The documentation for this class was generated from the following file: