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(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 GitScmProviderRepository Modifier and Type Method Description static 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. -
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, 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 GitScmProviderRepository Modifier and Type Method Description static 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. -
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, 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 GitScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand. createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmVersion version) -
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, 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 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 GitScmProviderRepository Modifier and Type Method Description static 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 GitScmProviderRepository Modifier and Type Method Description static 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
Methods 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 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 GitScmProviderRepository Modifier and Type Method Description voidCustomizableSshSessionFactoryCommand. 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 GitScmProviderRepository Constructor Description ScmProviderAwareSshdSessionFactory(GitScmProviderRepository repo, org.slf4j.Logger logger) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.branch
Method parameters in org.apache.maven.scm.provider.git.jgit.command.branch with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitBranchCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkin
Method parameters in org.apache.maven.scm.provider.git.jgit.command.checkin with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitCheckInCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.checkout
Method parameters in org.apache.maven.scm.provider.git.jgit.command.checkout with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitCheckOutCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.list
Method parameters in org.apache.maven.scm.provider.git.jgit.command.list with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitListCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Method parameters in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitRemoteInfoCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.tag
Method parameters in org.apache.maven.scm.provider.git.jgit.command.tag with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitTagCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier) -
Uses of GitScmProviderRepository in org.apache.maven.scm.provider.git.jgit.command.untag
Method parameters in org.apache.maven.scm.provider.git.jgit.command.untag with type arguments of type GitScmProviderRepository Modifier and Type Method Description voidJGitUntagCommand. setSshSessionFactorySupplier(BiFunction<GitScmProviderRepository,org.slf4j.Logger,ScmProviderAwareSshdSessionFactory> sshSessionFactorySupplier)
-