Uses of Class
org.apache.maven.scm.provider.git.repository.GitScmProviderRepository
-
-
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git with parameters of type GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCommandUtils. getBaseCommand(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)static org.codehaus.plexus.util.cli.CommandlineGitCommandUtils. getBaseCommand(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCommandLineUtils. getBaseGitCommandLine(java.io.File workingDirectory, java.lang.String command, GitScmProviderRepository repository, java.util.Map<java.lang.String,java.lang.String> environment)Use this for commands requiring environment variables (i.e.(package private) static java.util.Map<java.lang.String,java.lang.String>GitCommandLineUtils. prepareEnvVariablesForRepository(GitScmProviderRepository repository, java.util.Map<java.lang.String,java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitBranchCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch)org.codehaus.plexus.util.cli.CommandlineGitBranchCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branch)static java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.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, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)(package private) static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile)Deprecated.static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, java.util.Map<java.lang.String,java.lang.String> environmentVariables)Deprecated.static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, java.util.Map<java.lang.String,java.lang.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 GitScmProviderRepository Modifier and Type Method Description private org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand. createCloneCommand(GitScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, boolean binary, boolean shallow)Create a git-clone repository command.static org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version)private org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand. createPullCommand(GitScmProviderRepository repository, java.io.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitListCommand. createCommandLine(GitScmProviderRepository repository, java.io.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 GitScmProviderRepository Modifier and Type Method Description org.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 GitScmProviderRepository Modifier and Type Method Description static 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 GitScmProviderRepository Modifier and Type Method Description (package private) static org.codehaus.plexus.util.cli.CommandlineGitTagCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, CommandParameters.SignOption signOption)org.codehaus.plexus.util.cli.CommandlineGitTagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitUntagCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag)org.codehaus.plexus.util.cli.CommandlineGitUntagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitUpdateCommand. createCommandLine(GitScmProviderRepository repository, java.io.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, java.io.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 GitScmProviderRepository Modifier and Type Field Description private GitScmProviderRepositoryScmProviderAwareSshdSessionFactory. repoMethods in org.apache.maven.scm.provider.git.jgit.command with parameters of type GitScmProviderRepository Modifier and Type Method Description static 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 java.lang.Iterable<org.eclipse.jgit.transport.PushResult>JGitUtils. push(org.eclipse.jgit.api.Git git, GitScmProviderRepository repo, org.eclipse.jgit.transport.RefSpec refSpec, java.util.Set<org.eclipse.jgit.transport.RemoteRefUpdate.Status> successfulStatuses, java.util.Optional<org.eclipse.jgit.api.TransportConfigCallback> transportConfigCallback)Method parameters in org.apache.maven.scm.provider.git.jgit.command with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidCustomizableSshSessionFactoryCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Constructor Description ScmProviderAwareSshdSessionFactory(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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitBranchCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.branch with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitBranchCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitCheckInCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkin with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitCheckInCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitCheckOutCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.checkout with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitCheckOutCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitListCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.list with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitListCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitRemoteInfoCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitRemoteInfoCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitTagCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.tag with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitTagCommand. setSshSessionFactorySupplier(java.util.function.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 GitScmProviderRepository Modifier and Type Field Description private java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory>JGitUntagCommand. sshSessionFactorySupplierMethod parameters in org.apache.maven.scm.provider.git.jgit.command.untag with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitUntagCommand. setSshSessionFactorySupplier(java.util.function.BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-