Struct git_checks::GitCheckConfiguration [] [src]

pub struct GitCheckConfiguration<'a> { /* fields omitted */ }

Configuration for checks to run against a repository.

Methods

impl<'a> GitCheckConfiguration<'a>
[src]

Create a new check configuration.

Add a check to be run on every commit.

Add a check to be once for the entire branch.

Find refs that should be checked given a target branch and the topic names.

Run checks over all refs and collect results from the checks.

Run checks over a given topic and collect results from the checks.

Trait Implementations

impl<'a> Default for GitCheckConfiguration<'a>
[src]

Returns the "default value" for a type. Read more