Status context that uniquely identifies the status.

interface GitStatusContext {
    genre?: string;
    name?: string;
}

Properties

Properties

genre?: string

Genre of the status. Typically name of the service/tool generating the status, can be empty.

name?: string

Name identifier of the status, cannot be null or empty.