Uses of Class
org.jboss.as.server.controller.git.GitRepository
-
Packages that use GitRepository Package Description org.jboss.as.server org.jboss.as.server.controller.git -
-
Uses of GitRepository in org.jboss.as.server
Methods in org.jboss.as.server that return GitRepository Modifier and Type Method Description GitRepositoryServerEnvironment. getGitRepository() -
Uses of GitRepository in org.jboss.as.server.controller.git
Methods in org.jboss.as.server.controller.git with parameters of type GitRepository Modifier and Type Method Description static voidGitContentRepository. addService(org.jboss.msc.service.ServiceTarget serviceTarget, GitRepository gitRepository, File repoRoot, File tmpRoot)Constructors in org.jboss.as.server.controller.git with parameters of type GitRepository Constructor Description GitConfigurationPersistenceResource(org.jboss.dmr.ModelNode model, File fileName, GitRepository repository, AbstractConfigurationPersister persister)GitConfigurationPersister(GitRepository gitRepository, ConfigurationFile file, QName rootElement, org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser, org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)GitConfigurationPersister(GitRepository gitRepository, ConfigurationFile file, QName rootElement, org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser, org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser, boolean suppressLoad)GitContentRepository(GitRepository gitRepository, File repoRoot, File tmpRoot, long obsolescenceTimeout, long lockTimeout)
-