Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fluentci/src/server/graphql/objects/run.ts>Run

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
class Run
import { Run } from "https://deno.land/x/fluentci@v0.16.4/src/server/graphql/objects/run.ts";

Constructors

new
Run(unnamed 0: Run)

Properties

optional
author: string
optional
branch: string
optional
commit: string
optional
cursor: string
date: string
duration: number
id: string
jobs: Job[]
optional
message: string
name: string
project: string
projectId: string
optional
status: string
title: string