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.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) static org.codehaus.plexus.util.cli.CommandlineGitBranchCommand.createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String branch) static StringGitBranchCommand.getCurrentBranch(ScmLogger logger, 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) static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand.createPushCommandLine(ScmLogger logger, 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 commandstatic 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-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 TypeMethodDescriptionstatic 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 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 TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlineGitTagCommand.createCommandLine(GitScmProviderRepository repository, File workingDirectory, String tag, File messageFile, boolean sign) static 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) static 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 GitScmProviderRepositoryJGitTransportConfigCallback.PrivateKeySessionFactory.repoMethods in org.apache.maven.scm.provider.git.jgit.command that return GitScmProviderRepositoryModifier and TypeMethodDescription(package private) GitScmProviderRepositoryJGitTransportConfigCallback.PrivateKeySessionFactory.getRepo()Methods 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(ScmLogger logger, 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(ScmLogger logger, org.eclipse.jgit.api.Git git, GitScmProviderRepository repo, org.eclipse.jgit.transport.RefSpec refSpec) Constructors in org.apache.maven.scm.provider.git.jgit.command with parameters of type GitScmProviderRepositoryModifierConstructorDescriptionJGitTransportConfigCallback(GitScmProviderRepository repo, ScmLogger logger) (package private)(package private)(package private)