Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Revision

import type { Revision } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Revision detail data for a commit and push that activates a sync attempt

interface Revision {
branch: string;
directory: string;
repositoryName: string;
repositoryProvider: RepositoryProvider;
sha: string;
}

§Properties

§
branch: string
[src]

The repository branch.

§
directory: string
[src]

The repository directory changed by a commit and push that activated the sync attempt.

§
repositoryName: string
[src]

The repository name.

§
repositoryProvider: RepositoryProvider
[src]

The repository provider.

§
sha: string
[src]

The secure hash algorithm (SHA) hash for the revision.