Options
Menu

Class FabricDashboardRepository

Index

Constructor methods

constructor

  • Parameters

    • workspace: any
    • jolokia: any
    • localStorage: any

    Returns FabricDashboardRepository

Properties

private details

details: any

jolokia

jolokia: any

localStorage

localStorage: any

workspace

workspace: any

Methods

cloneDashboard

  • cloneDashboard(dashboard: any): Object
  • Parameters

    • dashboard: any

    Returns Object

createDashboard

  • createDashboard(options: any): { title: string; group: string; versionId: any; profileId: any; widgets: any[]; }
  • Parameters

    • options: any

    Returns { title: string; group: string; versionId: any; profileId: any; widgets: any[]; }

deleteDashboards

  • deleteDashboards(array: Array<any>, fn: any)
  • Parameters

    • array: Array<any>
    • fn: any

getBranchAndProfiles

  • getBranchAndProfiles(): { branch: any; profiles: any[]; }
  • Returns { branch: any; profiles: any[]; }

getDashboard

  • getDashboard(id: string, fn: any)
  • Parameters

    • id: string
    • fn: any

getDashboards

  • getDashboards(fn: any)
  • Parameters

    • fn: any

getType

  • getType(): string
  • Returns string

isValid

  • isValid(): boolean
  • Returns boolean

putDashboards

  • putDashboards(array: Array<any>, commitMessage: string, fn: any)
  • Parameters

    • array: Array<any>
    • commitMessage: string
    • fn: any

Generated using TypeDoc