circle-info
Squadcast is now SolarWinds Incident Response

CircleciResponse

Example Usage

import { CircleciResponse } from "@solarwinds/squadcast-sdk-typescript/models";

let value: CircleciResponse = {
  username: "Kristofer73",
  reponame: "<value>",
  buildNum: 521654,
  buildUrl: "https://glass-subsidy.org/",
  buildParameters: {
    circleJob: "<value>",
  },
  previous: {
    buildNum: 935658,
    buildTimeMillis: 885330,
    status: "<value>",
  },
  previousSuccessfulBuild: {
    buildNum: 527780,
    buildTimeMillis: 140949,
    status: "<value>",
  },
  retryOf: 271226,
  body: "<value>",
  subject: "<value>",
  status: "<value>",
  lifecycle: "<value>",
  outcome: "<value>",
  committerDate: "<value>",
  committerEmail: "<value>",
  committerName: "<value>",
  authorDate: "<value>",
  authorEmail: "<value>",
  authorName: "<value>",
  branch: "<value>",
  vcsType: "<value>",
  vcsUrl: "https://quiet-lava.name/",
  startTime: "<value>",
  stopTime: "<value>",
};

Fields

Field
Type
Required
Description

username

string

✔️

N/A

reponame

string

✔️

N/A

buildNum

number

✔️

N/A

buildUrl

string

✔️

N/A

buildParameters

✔️

N/A

previous

✔️

N/A

previousSuccessfulBuild

✔️

N/A

retryOf

number

✔️

N/A

body

string

✔️

N/A

subject

string

✔️

N/A

status

string

✔️

N/A

lifecycle

string

✔️

N/A

outcome

string

✔️

N/A

committerDate

string

✔️

N/A

committerEmail

string

✔️

N/A

committerName

string

✔️

N/A

authorDate

string

✔️

N/A

authorEmail

string

✔️

N/A

authorName

string

✔️

N/A

branch

string

✔️

N/A

vcsType

string

✔️

N/A

vcsUrl

string

✔️

N/A

startTime

string

✔️

N/A

stopTime

string

✔️

N/A

Last updated