Uses of Class
org.apache.maven.scm.provider.git.repository.GitScmProviderRepository
Packages that use GitScmProviderRepository
Package
Description
-
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitCommandUtils.getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet) static org.codehaus.plexus.util.cli.CommandlineGitCommandUtils.getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, String options) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command
Methods in org.apache.maven.scm.provider.git.gitexe.command with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitCommandLineUtils.getBaseGitCommandLine(File workingDirectory, String command, GitScmProviderRepository repository, Map<String, String> environment) Use this for commands requiring environment variables (i.e.GitCommandLineUtils.prepareEnvVariablesForRepository(GitScmProviderRepository repository, Map<String, String> environmentVariables) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.branch
Methods in org.apache.maven.scm.provider.git.gitexe.command.branch with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitBranchCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, String branch) org.codehaus.plexus.util.cli.CommandlineGitBranchCommand.createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String branch) static StringGitBranchCommand.getCurrentBranch(GitScmProviderRepository repository, ScmFileSet fileSet) Helper function to detect the current branch. -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) This method creates the commandline for the git-whatchanged command.(package private) static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) (package private) static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.checkin
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkin with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile) Deprecated.static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables) Deprecated.static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String, String> environmentVariables, CommandParameters.SignOption signOption) org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.checkout
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkout with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionprivate org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand.createCloneCommand(GitScmProviderRepository repository, File workingDirectory, ScmVersion version, boolean binary, boolean shallow) Create a git-clone repository command.static org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmVersion version) private org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand.createPullCommand(GitScmProviderRepository repository, File workingDirectory, ScmVersion version) Create a git fetch or git pull repository command. -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.list
Methods in org.apache.maven.scm.provider.git.gitexe.command.list with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitListCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.CommandlineGitRemoteInfoCommand.createCommandLine(GitScmProviderRepository repository) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.status
Methods in org.apache.maven.scm.provider.git.gitexe.command.status with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitStatusCommand.createCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescription(package private) static org.codehaus.plexus.util.cli.CommandlineGitTagCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag, File messageFile, CommandParameters.SignOption signOption) org.codehaus.plexus.util.cli.CommandlineGitTagCommand.createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.untag
Methods in org.apache.maven.scm.provider.git.gitexe.command.untag with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitUntagCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag) org.codehaus.plexus.util.cli.CommandlineGitUntagCommand.createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.gitexe.command.update
Methods in org.apache.maven.scm.provider.git.gitexe.command.update with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitUpdateCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmVersion scmVersion) Create the command line for updating the current branch with the info from the foreign repository.static org.codehaus.plexus.util.cli.CommandlineGitUpdateCommand.createLatestRevisionCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmVersion scmVersion) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command
Fields in org.apache.maven.scm.provider.git.jgit.command declared as GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate final GitScmProviderRepositoryScmProviderAwareSshdSessionFactory.repoMethods in org.apache.maven.scm.provider.git.jgit.command with parameters of type GitScmProviderRepositoryModifier and TypeMethodDescriptionstatic org.eclipse.jgit.transport.CredentialsProviderJGitUtils.getCredentials(GitScmProviderRepository repository) Creates a credentials provider from the information passed in the repository.static org.eclipse.jgit.transport.CredentialsProviderJGitUtils.prepareSession(org.eclipse.jgit.api.Git git, GitScmProviderRepository repository) Prepares the in memory configuration of git to connect to the configured repository.static Iterable<org.eclipse.jgit.transport.PushResult> JGitUtils.push(org.eclipse.jgit.api.Git git, GitScmProviderRepository repo, org.eclipse.jgit.transport.RefSpec refSpec, Set<org.eclipse.jgit.transport.RemoteRefUpdate.Status> successfulStatuses, Optional<org.eclipse.jgit.api.TransportConfigCallback> transportConfigCallback) Method parameters in org.apache.maven.scm.provider.git.jgit.command with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidCustomizableSshSessionFactoryCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) Sets a different supplier for the SSH session factory that will be used by this command.Constructors in org.apache.maven.scm.provider.git.jgit.command with parameters of type GitScmProviderRepositoryModifierConstructorDescriptionScmProviderAwareSshdSessionFactory(GitScmProviderRepository repo, org.slf4j.Logger logger) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.branch
Fields in org.apache.maven.scm.provider.git.jgit.command.branch with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitBranchCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.branch with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitBranchCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkin
Fields in org.apache.maven.scm.provider.git.jgit.command.checkin with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitCheckInCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkin with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitCheckInCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkout
Fields in org.apache.maven.scm.provider.git.jgit.command.checkout with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitCheckOutCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkout with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitCheckOutCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.list
Fields in org.apache.maven.scm.provider.git.jgit.command.list with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitListCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.list with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitListCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Fields in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitRemoteInfoCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitRemoteInfoCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.tag
Fields in org.apache.maven.scm.provider.git.jgit.command.tag with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitTagCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.tag with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitTagCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.untag
Fields in org.apache.maven.scm.provider.git.jgit.command.untag with type parameters of type GitScmProviderRepositoryModifier and TypeFieldDescriptionprivate BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> JGitUntagCommand.sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.untag with type arguments of type GitScmProviderRepositoryModifier and TypeMethodDescriptionvoidJGitUntagCommand.setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository, org.slf4j.Logger, ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)