interface BuildProcessTemplate {
    description?: string;
    fileExists?: boolean;
    id?: number;
    parameters?: string;
    serverPath?: string;
    supportedReasons?: BuildReason;
    teamProject?: string;
    templateType?: ProcessTemplateType;
    url?: string;
    version?: string;
}

Properties

description?: string
fileExists?: boolean
id?: number
parameters?: string
serverPath?: string
supportedReasons?: BuildReason
teamProject?: string
templateType?: ProcessTemplateType
url?: string
version?: string