Uses of Class
ch.admin.bit.jeap.initializer.model.GitRepositoryConfiguration
Packages that use GitRepositoryConfiguration
Package
Description
-
Uses of GitRepositoryConfiguration in ch.admin.bit.jeap.initializer.config
Methods in ch.admin.bit.jeap.initializer.config that return GitRepositoryConfigurationModifier and TypeMethodDescriptionProjectTemplateProperties.getGitOpsRepositoryConfiguration()ProjectTemplateProperties.getRepositoryConfiguration()Methods in ch.admin.bit.jeap.initializer.config with parameters of type GitRepositoryConfigurationModifier and TypeMethodDescriptionvoidProjectTemplateProperties.setGitOpsRepositoryConfiguration(GitRepositoryConfiguration gitOpsRepositoryConfiguration) voidProjectTemplateProperties.setRepositoryConfiguration(GitRepositoryConfiguration repositoryConfiguration) -
Uses of GitRepositoryConfiguration in ch.admin.bit.jeap.initializer.git
Methods in ch.admin.bit.jeap.initializer.git with parameters of type GitRepositoryConfigurationModifier and TypeMethodDescriptionvoidDefaultGitService.cloneRepositoryAtPath(GitRepositoryConfiguration configuration, Path localPath) voidGitService.cloneRepositoryAtPath(GitRepositoryConfiguration configuration, Path localPath) DefaultGitService.getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath) GitService.getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath) -
Uses of GitRepositoryConfiguration in ch.admin.bit.jeap.initializer.model
Methods in ch.admin.bit.jeap.initializer.model that return GitRepositoryConfigurationModifier and TypeMethodDescriptionProjectTemplate.getGitOpsRepositoryConfiguration()ProjectTemplate.getRepositoryConfiguration()Methods in ch.admin.bit.jeap.initializer.model with parameters of type GitRepositoryConfigurationModifier and TypeMethodDescriptionvoidProjectTemplate.setGitOpsRepositoryConfiguration(GitRepositoryConfiguration gitOpsRepositoryConfiguration) voidProjectTemplate.setRepositoryConfiguration(GitRepositoryConfiguration repositoryConfiguration)