interface GitPush {
    _links?: any;
    commits?: GitCommitRef[];
    date?: Date;
    pushCorrelationId?: string;
    pushedBy?: IdentityRef;
    pushId?: number;
    refUpdates?: GitRefUpdate[];
    repository?: GitRepository;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
commits?: GitCommitRef[]
date?: Date
pushCorrelationId?: string
pushedBy?: IdentityRef
pushId?: number
refUpdates?: GitRefUpdate[]
repository?: GitRepository
url?: string