| Interface | Description |
|---|---|
| GitFacadeMXBean |
The JMX MBean interface for working with git configuration files
|
| GitFileManager | |
| WriteCallback<T> |
A callback to perform write operations on a git repository.
|
| Class | Description |
|---|---|
| CommitInfo |
Represents information about a commit log or history
|
| CommitTreeInfo |
Represent part of a commit
|
| FileContents |
Represents the text of a text file or a directory
|
| FileInfo | |
| GitContextListener |
A
ServletContextListener which initialises the GitFacade in the web app |
| GitFacade |
A git bean to create a local git repo for configuration data which if configured will push/pull
from some central repo
|
| GitFacadeSupport |
A based class for implementations of
GitFacadeMXBean |
| GitHelper |
Helper functions for working with Git
|
| WriteContext |
The context when performing reads and writes within git
|
| Exception | Description |
|---|---|
| RuntimeIOException |
Thrown if some IO exception occurs
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.