Struct gitlab::CommitStatusInfo
[−]
[src]
pub struct CommitStatusInfo<'a> {
pub refname: Option<&'a str>,
pub name: Option<&'a str>,
pub target_url: Option<&'a str>,
pub description: Option<&'a str>,
}Optional information for commit statuses.
Fields
refname: Option<&'a str>
The refname of the commit being tested.
name: Option<&'a str>
The name of the status (defaults to "default" on the Gitlab side).
target_url: Option<&'a str>
A URL to associate with the status.
description: Option<&'a str>
A description of the status check.