Class GitRepositoryBuilder
- java.lang.Object
-
- org.guvnor.structure.backend.repositories.git.GitRepositoryBuilder
-
public class GitRepositoryBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROTOCOL_SEPARATOR
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.guvnor.structure.repositories.Repositorybuild(org.guvnor.structure.organizationalunit.config.RepositoryInfo repositoryInfo)protected StringgetBranchName(org.uberfire.java.nio.file.Path path)
-
-
-
Field Detail
-
PROTOCOL_SEPARATOR
public static final String PROTOCOL_SEPARATOR
- See Also:
- Constant Field Values
-
-
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)
-
-