Struct gerritlib::gerrit::Gerrit [] [src]

pub struct Gerrit { /* fields omitted */ }

Gerrit structure for management of several gerrit endpoints

Methods

impl Gerrit
[src]

Creates a new Gerrit object

The url points to the http endpoint of an gerrit server like http://localhost:8080/gerrit. All other function append to this url there endpoint pathes and query parameters.

query changes from gerrit server

querylist is used as filter for the call to gerrit. additional_infos gives some more information of one Change entity.

fetch topic topicname to branch local_branch_name.

If branch exists and force is true, the branch is moving to new position.