- ChannelTransport - Class in org.jenkinsci.plugins.gitserver
-
Transport implementation across pipes.
- ChannelTransport(Repository, FilePath) - Constructor for class org.jenkinsci.plugins.gitserver.ChannelTransport
-
- close() - Method in class org.jenkinsci.plugins.gitserver.ChannelTransport
-
- create(SshCommandFactory.CommandLine) - Method in class org.jenkinsci.plugins.gitserver.ssh.SshCommandFactoryImpl
-
- createReceivePack(HttpServletRequest, Repository) - Method in class org.jenkinsci.plugins.gitserver.HttpGitRepository
-
Returns the ReceivePack that handles "git push" from client.
- createReceivePack(String) - Method in class org.jenkinsci.plugins.gitserver.RepositoryResolver
-
Returns ReceivePack used to handle "git push" operation from a client.
- createUploadPack(HttpServletRequest, Repository) - Method in class org.jenkinsci.plugins.gitserver.HttpGitRepository
-
Returns the UploadPack that handles "git fetch" from client.
- createUploadPack(String) - Method in class org.jenkinsci.plugins.gitserver.RepositoryResolver
-
Returns UploadPack used to handle "git fetch" operation from a client.
- CSRFExclusionImpl - Class in org.jenkinsci.plugins.gitserver
-
CSRF exclusion for git-upload-pack.
- CSRFExclusionImpl() - Constructor for class org.jenkinsci.plugins.gitserver.CSRFExclusionImpl
-