#include <swissknife_history.h>
|
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 | InitSignatureManager (const std::string &pubkey_path, const std::string &certificate_path="", const std::string &private_key_path="") |
|
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 |
|
|
void | SortBranchesRecursively (unsigned level, const std::string &parent_branch, const BranchList &branches, BranchHierarchy *hierarchy) const |
|
BranchHierarchy | SortBranches (const BranchList &branches) const |
|
void | PrintHumanReadableTagList (const TagList &tags) const |
|
void | PrintMachineReadableTagList (const TagList &tags) const |
|
void | PrintHumanReadableBranchList (const BranchHierarchy &branches) const |
|
void | PrintMachineReadableBranchList (const BranchHierarchy &branches) const |
|
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 |
|
Definition at line 136 of file swissknife_history.h.
virtual std::string swissknife::CommandListTags::GetDescription |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string swissknife::CommandListTags::GetName |
( |
| ) |
const |
|
inlinevirtual |
void CommandListTags::PrintHumanReadableBranchList |
( |
const BranchHierarchy & |
branches | ) |
const |
|
protected |
void CommandListTags::PrintHumanReadableTagList |
( |
const TagList & |
tags | ) |
const |
|
protected |
void CommandListTags::PrintMachineReadableBranchList |
( |
const BranchHierarchy & |
branches | ) |
const |
|
protected |
void CommandListTags::PrintMachineReadableTagList |
( |
const TagList & |
tags | ) |
const |
|
protected |
void CommandListTags::SortBranchesRecursively |
( |
unsigned |
level, |
|
|
const std::string & |
parent_branch, |
|
|
const BranchList & |
branches, |
|
|
BranchHierarchy * |
hierarchy |
|
) |
| const |
|
protected |
The documentation for this class was generated from the following files: