Options
Menu

Module Fabric

Index

Interfaces

Classes

Functions

Variables

Functions

ActiveProfileListController

  • ActiveProfileListController($scope: any, $element: any, $attrs: any, jolokia: any, $location: any, workspace: any, $templateCache: any, $timeout: any)

ContainerListDirectiveController

  • ContainerListDirectiveController($scope: any, $element: any, $attrs: any, jolokia: any, $location: any, workspace: any, $templateCache: any)

ContainerListDirectiveLink

  • ContainerListDirectiveLink($scope: any, $element: any, $attrs: any)

VersionSelector

  • VersionSelector($templateCache: any): { restrict: string; replace: boolean; templateUrl: string; scope: { selectedVersion: string; availableVersions: string; menuBind: string; exclude: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }
  • Parameters

    • $templateCache: any

    Returns { restrict: string; replace: boolean; templateUrl: string; scope: { selectedVersion: string; availableVersions: string; menuBind: string; exclude: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }

addProfilesToContainer

  • addProfilesToContainer(jolokia: any, container: any, profiles: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • container: any
    • profiles: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

addWikiBranchMenuExtensions

  • addWikiBranchMenuExtensions(wikiBranchMenu: any, $dialog: any, workspace: any)

applyPatches

  • applyPatches(jolokia: any, files: any, targetVersion: any, newVersionName: any, proxyUser: any, proxyPass: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • files: any
    • targetVersion: any
    • newVersionName: any
    • proxyUser: any
    • proxyPass: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

applyProfiles

  • applyProfiles(jolokia: any, version: any, profiles: any, containers: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • profiles: any
    • containers: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

brokerConfigLink

  • brokerConfigLink(workspace: any, jolokia: any, localStorage: any, brokerVersion: any, brokerProfile: any, brokerId: any): any
  • Creates a link to the given broker configuration so we can connect in the UI

    Parameters

    • workspace: any
    • jolokia: any
    • localStorage: any
    • brokerVersion: any
    • brokerProfile: any
    • brokerId: any

    Returns any

    the link to the broker page

bulkSet

  • bulkSet(schema: any, properties: any, field: any, value: any)

canBootstrapFabric

  • canBootstrapFabric(workspace: any): any

changeProfileParents

  • changeProfileParents(jolokia: any, version: any, id: any, parents: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • id: any
    • parents: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

completeUri

  • completeUri($q: any, $scope: any, workspace: any, jolokia: any, something: any)

connectToBroker

  • connectToBroker($scope: any, container: any, postfix?: anynull)

containerCountBadgeStyle

  • containerCountBadgeStyle(min: any, max: any, count: any): string
  • Returns the CSS style for the number of containers badge

    method

    containerCountBadgeStyle

    Parameters

    • min: any
    • max: any
    • count: any

    Returns string

containerJolokia

  • containerJolokia(jolokia: any, containerId: any, onJolokia: any)
  • Attempts to create a jolokia for the given container id, passing the created object into the onJolokia function

    method

    containerJolokia

    paran

    {*} jolokia

    Parameters

    • jolokia: any
    • containerId: any

      the id of the container to connect to

    • onJolokia: any

      a function to receive the jolokia object or null if one cannot be created

containerLinks

  • containerLinks(workspace: any, values: any): string

containerWebAppURL

  • containerWebAppURL(jolokia: any, webAppId: any, containerId: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • webAppId: any
    • containerId: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

copyProfile

  • copyProfile(jolokia: any, version: any, sourceName: any, targetName: any, force: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • sourceName: any
    • targetName: any
    • force: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

createDockerConfiguration

createDockerHostConfiguration

createJolokia

  • createJolokia(url: string): Jolokia.IJolokia
  • Creates a jolokia object for connecting to the container with the given remote jolokia URL

    method

    createJolokia

    Parameters

    • url: string

    Returns Jolokia.IJolokia

createProfile

  • createProfile(jolokia: any, version: any, id: any, parents: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • id: any
    • parents: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

createSshConfiguration

createSshHostConfiguration

createVersion

  • createVersion(jolokia: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

createVersionWithId

  • createVersionWithId(jolokia: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

createVersionWithParentAndId

  • createVersionWithParentAndId(jolokia: any, base: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • base: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

customizeSchema

  • customizeSchema(id: any, schema: any): any

defaultContainerValues

  • defaultContainerValues(workspace: Workspace, $scope: any, values: any): any

defaultProfileValues

  • defaultProfileValues(workspace: any, versionId: any, values: any): any
  • Default the values that are missing in the returned JSON

    method

    defaultProfileValues

    Parameters

    • workspace: any
    • versionId: any
    • values: any

    Returns any

deleteConfigFile

  • deleteConfigFile(jolokia: any, version: any, profile: any, file: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • profile: any
    • file: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

deleteConfigFiles

  • deleteConfigFiles(jolokia: any, version: any, profiles: any, files: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • profiles: any
    • files: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

deleteProfile

  • deleteProfile(jolokia: any, version: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

deleteVersion

  • deleteVersion(jolokia: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

destroyContainer

  • destroyContainer(jolokia: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

doAction

  • doAction(action: any, jolokia: any, arguments: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • action: any
    • jolokia: any
    • arguments: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

doCreateVersion

  • doCreateVersion($scope: any, jolokia: any, $location: any, newVersionName: any, newVersionDescription?: string"", parentId?: string"")
  • Parameters

    • $scope: any
    • jolokia: any
    • $location: any
    • newVersionName: any
    • newVersionDescription?: string optional
    • parentId?: string optional

fabricCreated

  • fabricCreated(workspace: any): any

filterProfiles

  • filterProfiles(jolokia: any, versionId: any, profileIds: any): Array<any>

getActiveVersion

  • getActiveVersion($location: any): any

getChangeDefaultVersionDialog

  • getChangeDefaultVersionDialog($dialog: any): any

getConfigFile

  • getConfigFile(jolokia: any, versionId: any, profileId: any, fileName: any, fn?: anynull): any

getContainerFields

  • getContainerFields(jolokia: any, name: any, fields: any): any

getContainerIds

  • getContainerIds(jolokia: any): any

getContainerIdsForProfile

  • getContainerIdsForProfile(jolokia: any, version: any, profileId: any): any

getContainerIdsForProfiles

  • getContainerIdsForProfiles(jolokia: any, version: string, profileIds: Array<string>, checkParents: boolean): any

getContainersFields

  • getContainersFields(jolokia: any, fields: any, fn?: anynull): any
  • Queries the given fields on the contianers in the fabric invoking the given function or returning the results if the fn is null

    Parameters

    • jolokia: any
    • fields: any
    • fn?: any optional

    Returns any

    the result if fn is null

getCreateLocationDialog

getCurrentContainer

  • getCurrentContainer(jolokia: any, fields: any): any

getDefaultVersion

  • getDefaultVersion(jolokia: any): any

getDefaultVersionId

  • getDefaultVersionId(jolokia: any): any
  • Returns the default version ID for the current fabric

    Parameters

    • jolokia: any

    Returns any

    the version ID as a string; or defaults to 1.0 if not available

getDefaultVersionIdAsync

  • getDefaultVersionIdAsync(jolokia: any, callback: Function)

getDtoSchema

  • getDtoSchema(id: any, className: any, jolokia: any, cb: any)

getOpenShiftDomains

  • getOpenShiftDomains(workspace: any, jolokia: any, serverUrl: any, login: any, password: any, fn?: anynull, onError?: anynull): any
  • Parameters

    • workspace: any
    • jolokia: any
    • serverUrl: any
    • login: any
    • password: any
    • fn?: any optional
    • onError?: any optional

    Returns any

getOpenShiftGearProfiles

  • getOpenShiftGearProfiles(workspace: any, jolokia: any, serverUrl: any, login: any, password: any, fn?: anynull): any

getProfile

  • getProfile(jolokia: any, version: any, id: any, mandatory: any): any

getProfileData

  • getProfileData(jolokia: any, versionId: any, profileId: any, fields: any): any

getResolvers

  • getResolvers(id: any): any

getRootContainers

  • getRootContainers(jolokia: any): Array<any>

getSchema

  • getSchema(id: any, className: any, jolokia: any, cb: any)

getServiceList

  • getServiceList(container: any): Array<any>

getTypeIcon

getVersionCreateDialog

  • getVersionCreateDialog($dialog: any): any

getVersionDeleteDialog

  • getVersionDeleteDialog($dialog: any): any

getVersionIds

  • getVersionIds(jolokia: any): any

getVersionPatchDialog

  • getVersionPatchDialog($dialog: any): any

getVersionsInUse

  • getVersionsInUse(jolokia: any, callback: Function)

getZooKeeperFacadeMBean

  • getZooKeeperFacadeMBean(workspace: Workspace): any

gotoContainer

  • gotoContainer(containerId: string)

gotoProfile

  • gotoProfile(workspace: any, jolokia: any, localStorage: any, $location: any, versionId: any, profile: any)

hasClusterBootstrapManager

  • hasClusterBootstrapManager(workspace: any): any

hasClusterServiceManager

  • hasClusterServiceManager(workspace: any): any

hasFabric

  • hasFabric(workspace: any): boolean

hasGitMBean

  • hasGitMBean(workspace: any): any

hasMQManager

  • hasMQManager(workspace: any): any

hasOpenShiftFabric

  • hasOpenShiftFabric(workspace: any): any

hasSchemaMBean

  • hasSchemaMBean(workspace: any): any

hasZooKeeper

  • hasZooKeeper(workspace: any): any

initScope

  • initScope($scope: any, $location: any, jolokia: any, workspace: any)
  • Adds a bunch of common helper functions to the given scope

    method

    initScope

    for

    Fabric

    paran

    {*} jolokia

    Parameters

    • $scope: any
    • $location: any
    • jolokia: any
    • workspace: any

isFMCContainer

  • isFMCContainer(workspace: any): any

loadRestApi

migrateContainers

  • migrateContainers(jolokia: any, version: any, containers: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • containers: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

newConfigFile

  • newConfigFile(jolokia: any, version: any, profile: any, pid: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • profile: any
    • pid: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

onJolokiaUrlCreateJolokia

  • onJolokiaUrlCreateJolokia(response: any, fn: any): any

pagePathToProfileId

  • pagePathToProfileId(pageId: any): string

profileJolokia

  • profileJolokia(jolokia: any, profileId: any, versionId: any, onJolokia: any): any
  • Attempts to create a jolokia for the given profile and version passing the created object into the onJolokia function

    method

    profileJolokia

    paran

    {*} jolokia

    Parameters

    • jolokia: any
    • profileId: any
    • versionId: any
    • onJolokia: any

      a function to receive the jolokia object or null if one cannot be created

    Returns any

profileLink

  • profileLink(workspace: any, jolokia: any, localStorage: any, versionId: any, profileId: any): any

profileLinks

  • profileLinks(workspace: any, versionId: any, values: any): string

profilePath

  • profilePath(profileId: any): string

profileWebAppURL

  • profileWebAppURL(jolokia: any, webAppId: any, profileId: any, versionId: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • webAppId: any
    • profileId: any
    • versionId: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

registeredProviders

  • registeredProviders(jolokia: any): {}

removeProfilesFromContainer

  • removeProfilesFromContainer(jolokia: any, container: any, profiles: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • container: any
    • profiles: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

restApiUrl

  • restApiUrl(jolokia: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

sanitizeJson

  • sanitizeJson(json: Object): Object
  • Removes any attributes from the object that are set to an empty string.

    method

    sanitizeJson

    for

    Fabric

    Parameters

    • json: Object

    Returns Object

saveConfigFile

  • saveConfigFile(jolokia: any, version: any, profile: any, pid: any, data: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • version: any
    • profile: any
    • pid: any
    • data: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

setContainerProperty

  • setContainerProperty(jolokia: any, containerId: any, property: any, value: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • containerId: any
    • property: any
    • value: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

setDefaultVersion

  • setDefaultVersion(jolokia: any, newVersion: any, callback: Function)

setGlobalResolverEnum

  • setGlobalResolverEnum(schema: any)

setSelect

  • setSelect(selection: any, group: any): any

sortVersions

  • sortVersions(versions: any, order: boolean): any

startContainer

  • startContainer(jolokia: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

stopContainer

  • stopContainer(jolokia: any, id: any, success: any, error?: FunctionCore.defaultJolokiaErrorHandler)
  • Parameters

    • jolokia: any
    • id: any
    • success: any
    • error?: Function optional
      • error function signature
        • defaultJolokiaErrorHandler(response: any, options?: {}{})
        • The default error handler which logs errors either using debug or log level logging based on the silent setting

          Parameters

          • response: any

            the response from a jolokia request

          • options?: {} optional

toCollection

  • toCollection(values: any): any

toIconURL

  • toIconURL($scope: any, iconURL: any): any

usingProfile

  • usingProfile(group: Profile[], targetId: string, action: Function)

viewVersion

  • viewVersion(versionId: any, $location: any, $scope: any)

Variables

AppViewController

AppViewController: ng.IModule

AppViewPaneHeaderController

AppViewPaneHeaderController: ng.IModule

AssignProfileController

AssignProfileController: ng.IModule

ContainerViewController

ContainerViewController: ng.IModule

CreateBrokerController

CreateBrokerController: ng.IModule

CreateContainerController

CreateContainerController: ng.IModule

DEFAULT_REST_API

DEFAULT_REST_API: string

FabricBrokersController

FabricBrokersController: ng.IModule

OpenShiftCredentials

OpenShiftCredentials: UserDetails

TopLevelController

TopLevelController: ng.IModule

_module

_module: ng.IModule

activeMQTemplatePath

activeMQTemplatePath: string

clusterBootstrapManagerMBean

clusterBootstrapManagerMBean: string

Provides functions to bootstrap a fabric

type

{string}

clusterManagerMBean

clusterManagerMBean: string

mbean that provides functions related to managing the zookeeper ensemble

type

{string}

containerIconRegistry

containerIconRegistry: IconRegistry

currentContainer

currentContainer: {}

currentContainerId

currentContainerId: string

dialogConfigs

dialogConfigs: {}

fabricTopLevel

fabricTopLevel: string

healthMBean

healthMBean: string

Provides functions related to querying a fabric's health

type

{string}

javaIcon

javaIcon: Icon

jmxDomain

jmxDomain: string

fabric8's top level JMX domain

type

{string}

jolokiaWebAppGroupId

jolokiaWebAppGroupId: string

log

log: Logging.Logger

managerMBean

managerMBean: string

Main mbean used to manage a fabric

type

{string}

mqManagerMBean

mqManagerMBean: string

Provides functions related to managing brokers in a fabric

type

{string}

openShiftFabricMBean

openShiftFabricMBean: string

Provides function specific to a fabric in openshift

type

{string}

profileManagementMBean

profileManagementMBean: string

profileSuffix

profileSuffix: string

schemaLookupDomain

schemaLookupDomain: string

The top-level domain for the schema lookup mbean

type

{string}

schemaLookupMBean

schemaLookupMBean: string

Provides functions to convert Java types to JSON schema at runtime

type

{string}

schemaLookupType

schemaLookupType: string

serviceIconRegistry

serviceIconRegistry: IconRegistry

startMaps

startMaps: Function

startMaps function signature

  • ()

statusIcon

statusIcon: Function

statusIcon function signature

statusTitle

statusTitle: Function

statusTitle function signature

  • statusTitle(container: any): string

templatePath

templatePath: string

urlResolvers

urlResolvers: Array<string>

useDirectoriesInGit

useDirectoriesInGit: boolean

Generated using TypeDoc