Struct rci::Ci [] [src]

pub struct Ci { /* fields omitted */ }

Methods

impl Ci
[src]

Returns the locale setting, g.e. en_US.UTF-8.

Returns the search path.

Returns the path to the users home directory.

Circle only A permanent link to the current build, for example, https://circleci.com/gh/circleci/frontend/933

Returns the build number. TODO: convert this to a number.

Travis only: The absolute path to the directory where the repository being built has been copied on the worker. TODO: Return a filesystem path instead?

The sha1 hash of the commit being tested.

The number of the pull request this build forms part of. If this build is not part of a pull request, None is returned. TODO: convert this to a number.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Travis only: Returns the version of the language that is used.

Trait Implementations

impl Display for Ci
[src]

Formats the value using the given formatter. Read more