Class GitRepositoryBuilder


  • public class GitRepositoryBuilder
    extends Object
    • Constructor Detail

      • GitRepositoryBuilder

        public GitRepositoryBuilder​(org.uberfire.io.IOService ioService,
                                    org.guvnor.structure.server.config.PasswordService secureService,
                                    org.uberfire.spaces.SpacesAPI spacesAPI,
                                    javax.enterprise.event.Event<org.guvnor.structure.repositories.RepositoryExternalUpdateEvent> repositoryExternalUpdate,
                                    PostCommitNotificationService postCommitNotificationService,
                                    BranchAccessAuthorizer branchAccessAuthorizer)
    • Method Detail

      • build

        public org.guvnor.structure.repositories.Repository build​(org.guvnor.structure.organizationalunit.config.RepositoryInfo repositoryInfo)
      • getBranchName

        protected String getBranchName​(org.uberfire.java.nio.file.Path path)