public class GitReceiveCommand extends BaseGitCommand
command, repositoryName, repositoryResolver, SUBJECT_KEY
Constructor and Description |
---|
GitReceiveCommand(String command,
JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver,
org.eclipse.jgit.transport.resolver.ReceivePackFactory<BaseGitCommand> receivePackFactory,
ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(org.eclipse.jgit.lib.Repository repository,
InputStream in,
OutputStream out,
OutputStream err) |
protected String |
getCommandName() |
destroy, getUser, run, setErrorStream, setExitCallback, setInputStream, setOutputStream, setSession, start
public GitReceiveCommand(String command, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, org.eclipse.jgit.transport.resolver.ReceivePackFactory<BaseGitCommand> receivePackFactory, ExecutorService executorService)
protected String getCommandName()
getCommandName
in class BaseGitCommand
protected void execute(org.eclipse.jgit.lib.Repository repository, InputStream in, OutputStream out, OutputStream err)
execute
in class BaseGitCommand
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.