Options
Menu

Class JolokiaGit

A default implementation which uses jolokia and the GitFacadeMXBean over JMX

class

JolokiaGit

uses

GitRepository

Index

Constructor methods

constructor

  • constructor(mbean: , jolokia: , localStorage: , userDetails: , branch?: "master"): JolokiaGit

Properties

branch

branch:

jolokia

jolokia:

localStorage

localStorage:

mbean

mbean:

userDetails

userDetails:

Methods

branches

  • branches(fn: )

commitInfo

  • commitInfo(commitId: , fn: )

commitTree

  • commitTree(commitId: , fn: )

completePath

  • completePath(branch: , completionText: , directoriesOnly: , fn: )

createDirectory

  • createDirectory(branch: , path: , commitMessage: , fn: )

diff

  • diff(objectId: , baseObjectId: , path: , fn: )

exists

  • exists(branch: , path: , fn: )

getContent

  • getContent(objectId: , blobPath: , fn: )

getRepositoryLabel

  • getRepositoryLabel(fn: , error: )

getUserEmail

  • getUserEmail()

getUserName

  • getUserName()

history

  • history(branch: , objectId: , path: , limit: , fn: )

read

  • read(branch: , path: , fn: )

readJsonChildContent

  • readJsonChildContent(path: , nameWildcard: , search: , fn: )

remove

  • remove(branch: , path: , commitMessage: , fn: )

rename

  • rename(branch: , oldPath: , newPath: , commitMessage: , fn: )

revertTo

  • revertTo(branch: , objectId: , blobPath: , commitMessage: , fn: )

write

  • write(branch: , path: , commitMessage: , contents: , fn: )

writeBase64

  • writeBase64(branch: , path: , commitMessage: , contents: , fn: )

Generated using TypeDoc