[][src]Module bodhi::create

This module contains implementations for creating Comments, Overrides, and Updates on a bodhi instance. Creating Releases is possible with the REST API, but not implemented yet.

Structs

CommentBuilder

This struct contains all the values that are necessary for creating a new comment. Methods to supply optional arguments are also available.

NewComment

This struct contains the values that are returned when creating a new comment.

NewOverride

This struct contains the values that are returned when creating a new comment.

NewUpdate

This struct contains the values that are returned when creating a new update.

OverrideBuilder

This struct contains all the values that are necessary for creating a new buildroot override. There are no optional arguments, so everything has to be supplied with the new() method.

UpdateBuilder

This struct contains all the values that are necessary for creating a new update. Methods to supply optional arguments are also available.