Deployment: {
    changeSha: string;
    date: string;
    eventType: string;
    id: string;
    repo: string;
    timeCreated: string;
}

Type declaration

  • changeSha: string

    Refers to the commit SHA that led to this deployment.

  • date: string
  • eventType: string
  • id: string
  • repo: string
  • timeCreated: string

The Deployment is one of the three primary event types.