public class GitRepositoryBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROTOCOL_SEPARATOR |
Constructor and Description |
---|
GitRepositoryBuilder(IOService ioService,
PasswordService secureService,
SpacesAPI spacesAPI,
javax.enterprise.event.Event<RepositoryExternalUpdateEvent> repositoryExternalUpdate,
PostCommitNotificationService postCommitNotificationService,
BranchAccessAuthorizer branchAccessAuthorizer) |
Modifier and Type | Method and Description |
---|---|
Repository |
build(RepositoryInfo repositoryInfo) |
protected String |
getBranchName(Path path) |
public static final String PROTOCOL_SEPARATOR
public GitRepositoryBuilder(IOService ioService, PasswordService secureService, SpacesAPI spacesAPI, javax.enterprise.event.Event<RepositoryExternalUpdateEvent> repositoryExternalUpdate, PostCommitNotificationService postCommitNotificationService, BranchAccessAuthorizer branchAccessAuthorizer)
public Repository build(RepositoryInfo repositoryInfo)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.