- getArtifactId() - Method in class io.hawt.git.FileInfo
-
- getAuthor() - Method in class io.hawt.git.CommitInfo
-
- getAuthor() - Method in class io.hawt.git.WriteContext
-
- getBranchObjectId(Git, String) - Method in class io.hawt.git.GitFacadeSupport
-
- getBundleFor(Class<T>) - Static method in class org.eclipse.jgit.nls.NLS
-
Returns an instance of the translation bundle of the required type.
- getChangeType() - Method in class io.hawt.git.CommitTreeInfo
-
- getChildren() - Method in class io.hawt.git.FileContents
-
- getCommitDate(RevCommit) - Static method in class io.hawt.git.GitFacade
-
Retrieves a Java Date from a Git commit.
- getCommitHashText() - Method in class io.hawt.git.CommitInfo
-
- getCommitId() - Method in class io.hawt.git.CommitTreeInfo
-
- getCommitInfo(String) - Method in class io.hawt.git.GitFacade
-
- getCommitInfo(String) - Method in interface io.hawt.git.GitFacadeMXBean
-
Returns details about the commit, such as its message etc
- getCommitTree(String) - Method in class io.hawt.git.GitFacade
-
- getCommitTree(String) - Method in interface io.hawt.git.GitFacadeMXBean
-
Returns the commit tree for the given commit id
- getConfigDirName() - Method in class io.hawt.git.GitFacade
-
- getContent(String, String) - Method in class io.hawt.git.GitFacade
-
- getContent(String, String) - Method in interface io.hawt.git.GitFacadeMXBean
-
Get the contents of a blobPath for a given commit objectId
- getCredentials() - Method in class io.hawt.git.GitFacade
-
- getDate() - Method in class io.hawt.git.CommitInfo
-
- getDefaultBranch() - Method in class io.hawt.git.GitFacade
-
Defaults to the current branch on disk if not explicitly configured
- getDefaultGitAttributes() - Method in class io.hawt.git.GitFacade
-
- getDefaultObjectName() - Method in class io.hawt.git.GitFacadeSupport
-
- getDefaultRemoteRepository() - Method in class io.hawt.git.GitFacade
-
- getDisplayName() - Method in class io.hawt.git.FileInfo
-
- getFile(File, String) - Method in class io.hawt.git.GitFacadeSupport
-
Returns the file for the given path relative to the git root directory
- getFile() - Method in class io.hawt.git.WriteContext
-
- getFilePattern(String) - Static method in class io.hawt.git.GitFacadeSupport
-
- getGit() - Method in class io.hawt.git.WriteContext
-
- getGroupId() - Method in class io.hawt.git.FileInfo
-
- getHEAD() - Method in class io.hawt.git.GitFacade
-
- getHEAD() - Method in interface io.hawt.git.GitFacadeMXBean
-
- getIconUrl() - Method in class io.hawt.git.FileInfo
-
- getId() - Method in class io.hawt.git.CommitTreeInfo
-
- getInitialImportURLs() - Method in class io.hawt.git.GitFacade
-
- getLastModified() - Method in class io.hawt.git.FileInfo
-
- getLength() - Method in class io.hawt.git.FileInfo
-
- getMessage() - Method in class io.hawt.git.WriteContext
-
- getMimeType() - Method in class io.hawt.git.FileInfo
-
- getMode() - Method in class io.hawt.git.CommitTreeInfo
-
- getName() - Method in class io.hawt.git.CommitInfo
-
- getName() - Method in class io.hawt.git.CommitTreeInfo
-
- getName() - Method in class io.hawt.git.FileInfo
-
- getPath() - Method in class io.hawt.git.CommitTreeInfo
-
- getPath() - Method in class io.hawt.git.FileInfo
-
- getPullTimePeriod() - Method in class io.hawt.git.GitFacade
-
- getRelativePath(File, File) - Static method in class io.hawt.git.FileInfo
-
- getRemote() - Method in class io.hawt.git.GitFacade
-
- getRemoteRepository() - Method in class io.hawt.git.GitFacade
-
- getRepositoryLabel() - Method in interface io.hawt.git.GitFacadeMXBean
-
- getRepositoryLabel() - Method in class io.hawt.git.GitFacadeSupport
-
- getRootDir() - Method in class io.hawt.git.WriteContext
-
- getRootGitDirectory() - Method in class io.hawt.git.GitFacade
-
- getShortCommitHash(String) - Method in class io.hawt.git.GitFacadeSupport
-
- getShortMessage() - Method in class io.hawt.git.CommitInfo
-
- getSingleton() - Static method in class io.hawt.git.GitFacade
-
- getSize() - Method in class io.hawt.git.CommitTreeInfo
-
- getStashPersonIdent() - Method in class io.hawt.git.GitFacade
-
- getSummary() - Method in class io.hawt.git.FileInfo
-
- getText() - Method in class io.hawt.git.FileContents
-
- getTimer() - Method in class io.hawt.git.GitFacade
-
- getTrimmedMessage() - Method in class io.hawt.git.CommitInfo
-
- getVersion() - Method in class io.hawt.git.FileInfo
-
- getXmlNamespaces() - Method in class io.hawt.git.FileInfo
-
- GitContextListener - Class in io.hawt.git
-
A
ServletContextListener which initialises the
GitFacade in the web app
- GitContextListener() - Constructor for class io.hawt.git.GitContextListener
-
- GitFacade - Class in io.hawt.git
-
A git bean to create a local git repo for configuration data which if configured will push/pull
from some central repo
- GitFacade() - Constructor for class io.hawt.git.GitFacade
-
- GitFacadeMXBean - Interface in io.hawt.git
-
The JMX MBean interface for working with git configuration files
- GitFacadeSupport - Class in io.hawt.git
-
- GitFacadeSupport() - Constructor for class io.hawt.git.GitFacadeSupport
-
- GitFileManager - Interface in io.hawt.git
-
- GitHelper - Class in io.hawt.git
-
Helper functions for working with Git
- GitHelper() - Constructor for class io.hawt.git.GitHelper
-
- gitOperation(PersonIdent, Callable<T>) - Method in class io.hawt.git.GitFacade
-
Performs the given operations on a clean git repository