Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnCommandLineUtils.getBaseSvnCommandLine(java.io.File workingDirectory,
SvnScmProviderRepository repository) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnBlameCommand.createCommandLine(SvnScmProviderRepository repository,
java.io.File workingDirectory,
java.lang.String filename) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnCheckInCommand.createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
java.io.File messageFile) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnDiffCommand.createCommandLine(SvnScmProviderRepository repository,
java.io.File workingDirectory,
ScmVersion startVersion,
ScmVersion endVersion) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.codehaus.plexus.util.cli.Commandline |
SvnListCommand.createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
boolean recursive,
ScmVersion version) |
Modifier and Type | Method and Description |
---|---|
protected static org.codehaus.plexus.util.cli.Commandline |
SvnMkdirCommand.createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet,
java.io.File messageFile,
boolean createInLocal) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnStatusCommand.createCommandLine(SvnScmProviderRepository repository,
ScmFileSet fileSet) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
SvnUpdateCommand.createCommandLine(SvnScmProviderRepository repository,
java.io.File workingDirectory,
ScmVersion version) |