Uses of Class
org.apache.maven.scm.provider.svn.repository.SvnScmProviderRepository
-
-
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type SvnScmProviderRepository Modifier and Type Method Description static java.lang.StringSvnTagBranchUtils. resolveBranchBase(SvnScmProviderRepository repository)static java.lang.StringSvnTagBranchUtils. resolveBranchUrl(SvnScmProviderRepository repository, ScmBranch branch)Resolves a branch name to a repository url.static java.lang.StringSvnTagBranchUtils. resolveTagBase(SvnScmProviderRepository repository)static java.lang.StringSvnTagBranchUtils. resolveTagUrl(SvnScmProviderRepository repository, ScmTag tag)Resolves a tag to a repository url. -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command
Methods in org.apache.maven.scm.provider.svn.svnexe.command with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnCommandLineUtils. getBaseSvnCommandLine(java.io.File workingDirectory, SvnScmProviderRepository repository) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.blame
Methods in org.apache.maven.scm.provider.svn.svnexe.command.blame with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnBlameCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String filename) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.branch
Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnBranchCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)static org.codehaus.plexus.util.cli.CommandlineSvnBranchCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile, ScmBranchParameters scmBranchParameters) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.checkin
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkin with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnCheckInCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.checkout
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnCheckOutCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url)Create SVN check out command line in a recursive way.static org.codehaus.plexus.util.cli.CommandlineSvnCheckOutCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url, boolean recursive)Create SVN check out command line. -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.diff
Methods in org.apache.maven.scm.provider.svn.svnexe.command.diff with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnDiffCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion startVersion, ScmVersion endVersion) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.export
Methods in org.apache.maven.scm.provider.svn.svnexe.command.export with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnExeExportCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url, java.lang.String outputSirectory) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.info
Methods in org.apache.maven.scm.provider.svn.svnexe.command.info with parameters of type SvnScmProviderRepository Modifier and Type Method Description protected static org.codehaus.plexus.util.cli.CommandlineSvnInfoCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)InfoScmResultSvnInfoCommand. executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, java.lang.String revision) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.mkdir
Methods in org.apache.maven.scm.provider.svn.svnexe.command.mkdir with parameters of type SvnScmProviderRepository Modifier and Type Method Description protected static org.codehaus.plexus.util.cli.CommandlineSvnMkdirCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, boolean createInLocal) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.status
Methods in org.apache.maven.scm.provider.svn.svnexe.command.status with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnStatusCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.tag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.tag with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnTagCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile)Deprecated.static org.codehaus.plexus.util.cli.CommandlineSvnTagCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile, ScmTagParameters scmTagParameters) -
Uses of SvnScmProviderRepository in org.apache.maven.scm.provider.svn.svnexe.command.update
Methods in org.apache.maven.scm.provider.svn.svnexe.command.update with parameters of type SvnScmProviderRepository Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnUpdateCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version)
-