nexus-agents - v2.80.0
    Preparing search index...

    Interface ScmPullRequest

    SCM pull/merge request representation.

    interface ScmPullRequest {
        number: number;
        title: string;
        body: string;
        author: string;
        base: string;
        head: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    number: number
    title: string
    body: string
    author: string
    base: string
    head: string
    url: string