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]

[src]

Create a new check configuration.

[src]

Add a check to be run on every commit.

[src]

Add a check to be once for the entire branch.

[src]

Add a check to be once for the entire topic.

[src]

Run checks over a given topic.

[src]

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

Trait Implementations

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

[src]

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

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

[src]

Formats the value using the given formatter.