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.String
SvnTagBranchUtils. resolveBranchBase(SvnScmProviderRepository repository)
static java.lang.String
SvnTagBranchUtils. resolveBranchUrl(SvnScmProviderRepository repository, ScmBranch branch)
Resolves a branch name to a repository url.static java.lang.String
SvnTagBranchUtils. resolveTagBase(SvnScmProviderRepository repository)
static java.lang.String
SvnTagBranchUtils. 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.Commandline
SvnCommandLineUtils. 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.Commandline
SvnBlameCommand. 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.Commandline
SvnBranchCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String branch, java.io.File messageFile)
static org.codehaus.plexus.util.cli.Commandline
SvnBranchCommand. 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.Commandline
SvnChangeLogCommand. 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.Commandline
SvnChangeLogCommand. 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.Commandline
SvnCheckInCommand. 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.Commandline
SvnCheckOutCommand. 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.Commandline
SvnCheckOutCommand. 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.Commandline
SvnDiffCommand. 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.Commandline
SvnExeExportCommand. 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.Commandline
SvnInfoCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)
InfoScmResult
SvnInfoCommand. 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.list
Methods in org.apache.maven.scm.provider.svn.svnexe.command.list with parameters of type SvnScmProviderRepository Modifier and Type Method Description (package private) static org.codehaus.plexus.util.cli.Commandline
SvnListCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
-
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.Commandline
SvnMkdirCommand. 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.Commandline
SvnStatusCommand. 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.Commandline
SvnTagCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, java.lang.String tag, java.io.File messageFile)
Deprecated.static org.codehaus.plexus.util.cli.Commandline
SvnTagCommand. 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.untag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.untag with parameters of type SvnScmProviderRepository Modifier and Type Method Description (package private) org.codehaus.plexus.util.cli.Commandline
SvnUntagCommand. createCommandline(SvnScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.io.File messageFile)
create command line from parameters -
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.Commandline
SvnUpdateCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version)
-