pub struct ProjectInfo {
    pub evg_project_location: PathBuf,
    pub evg_project: String,
    pub gen_sub_tasks_config_file: Option<PathBuf>,
}
Expand description

Information about the Evergreen project being run against.

Fields

evg_project_location: PathBuf

Path to the evergreen project configuration yaml.

evg_project: String

Evergreen project being run.

gen_sub_tasks_config_file: Option<PathBuf>

Path to the sub-tasks configuration file.

Implementations

Create a new ProjectInfo struct.

Arguments
  • evg_project_location - Path to the evergreen project configuration yaml.
  • evg_project - Evergreen project being run.
  • gen_sub_tasks_config_file - Path to the sub-tasks configuration file.
Returns

Instance of ProjectInfo with provided info.

Get the project configuration for this project.

Get the generate sub-task configuration for this project.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more