|
virtual std::string | GetName () const |
|
virtual std::string | GetDescription () const |
|
virtual ParameterList | GetParams () const |
|
int | Main (const ArgumentList &args) |
|
Public Member Functions inherited from swissknife::CommandTag |
| CommandTag () |
|
Public Member Functions inherited from swissknife::Command |
| Command () |
|
virtual | ~Command () |
|
| ServerTool () |
|
virtual | ~ServerTool () |
|
bool | InitDownloadManager (const bool follow_redirects, const std::string &proxy, const unsigned max_pool_handles=1) |
|
bool | InitVerifyingSignatureManager (const std::string &pubkey_path) |
|
bool | InitSigningSignatureManager (const std::string &certificate_path, const std::string &private_key_path, const std::string &private_key_password) |
|
manifest::Manifest * | OpenLocalManifest (const std::string path) const |
|
manifest::Failures | FetchRemoteManifestEnsemble (const std::string &repository_url, const std::string &repository_name, manifest::ManifestEnsemble *ensemble) const |
|
manifest::Manifest * | FetchRemoteManifest (const std::string &repository_url, const std::string &repository_name, const shash::Any &base_hash=shash::Any()) const |
|
template<class ObjectFetcherT > |
manifest::Reflog * | FetchReflog (ObjectFetcherT *object_fetcher, const std::string &repo_name, const shash::Any &reflog_hash) |
|
manifest::Reflog * | CreateEmptyReflog (const std::string &temp_directory, const std::string &repo_name) |
|
download::DownloadManager * | download_manager () const |
|
signature::SignatureManager * | signature_manager () const |
|
perf::Statistics * | statistics () |
|
const perf::Statistics * | statistics () const |
|
|
int | RemoveTags (const ArgumentList &args, Environment *env) |
|
int | AddNewTag (const ArgumentList &args, Environment *env) |
|
shash::Any | GetTagRootHash (Environment *env, const std::string &root_hash_string) const |
|
bool | ManipulateTag (Environment *env, const history::History::Tag &tag_template, const bool user_provided_hash) |
|
bool | MoveTag (Environment *env, const history::History::Tag &tag_template) |
|
bool | CreateTag (Environment *env, const history::History::Tag &new_tag) |
|
Protected Member Functions inherited from swissknife::CommandTag |
Environment * | InitializeEnvironment (const ArgumentList &args, const bool read_write) |
|
bool | CloseAndPublishHistory (Environment *environment) |
|
bool | UploadCatalogAndUpdateManifest (Environment *env, catalog::WritableCatalog *catalog) |
|
void | UploadClosure (const upload::SpoolerResult &result, Future< shash::Any > *hash) |
|
bool | UpdateUndoTags (Environment *env, const history::History::Tag ¤t_head_template, const bool undo_rollback=false) |
|
bool | FetchObject (const std::string &repository_url, const shash::Any &object_hash, const std::string &destination_path) const |
|
history::History * | GetHistory (const manifest::Manifest *manifest, const std::string &repository_url, const std::string &history_path, const bool read_write) const |
|
catalog::Catalog * | GetCatalog (const std::string &repository_url, const shash::Any &catalog_hash, const std::string catalog_path, const bool read_write) const |
|
void | PrintTagMachineReadable (const history::History::Tag &tag) const |
|
std::string | AddPadding (const std::string &str, const size_t padding, const bool align_right=false, const std::string &fill_char=" ") const |
|
bool | IsUndoTagName (const std::string &tag_name) const |
|
If -a and -d are specified, removal of tags takes place before the new tag is added.
Definition at line 107 of file swissknife_history.h.