Modifier and Type | Method and Description |
---|---|
protected abstract SvnCommand |
AbstractSvnScmProvider.getAddCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getBlameCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getBranchCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getChangeLogCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getCheckInCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getCheckOutCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getDiffCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getExportCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getInfoCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getListCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getMkdirCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getRemoveCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getStatusCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getTagCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getUntagCommand() |
protected abstract SvnCommand |
AbstractSvnScmProvider.getUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
protected ScmResult |
AbstractSvnScmProvider.executeCommand(SvnCommand command,
ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected SvnCommand |
SvnExeScmProvider.getAddCommand() |
protected SvnCommand |
SvnExeScmProvider.getBlameCommand() |
protected SvnCommand |
SvnExeScmProvider.getBranchCommand() |
protected SvnCommand |
SvnExeScmProvider.getChangeLogCommand() |
protected SvnCommand |
SvnExeScmProvider.getCheckInCommand() |
protected SvnCommand |
SvnExeScmProvider.getCheckOutCommand() |
protected SvnCommand |
SvnExeScmProvider.getDiffCommand() |
protected SvnCommand |
SvnExeScmProvider.getExportCommand() |
SvnCommand |
SvnExeScmProvider.getInfoCommand() |
protected SvnCommand |
SvnExeScmProvider.getListCommand() |
protected SvnCommand |
SvnExeScmProvider.getMkdirCommand() |
protected SvnCommand |
SvnExeScmProvider.getRemoveCommand() |
protected SvnCommand |
SvnExeScmProvider.getStatusCommand() |
protected SvnCommand |
SvnExeScmProvider.getTagCommand() |
protected SvnCommand |
SvnExeScmProvider.getUntagCommand() |
protected SvnCommand |
SvnExeScmProvider.getUpdateCommand() |
Modifier and Type | Class and Description |
---|---|
class |
SvnAddCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnBlameCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnBranchCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnChangeLogCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnCheckInCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnCheckOutCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnDiffCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnExeExportCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnInfoCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnListCommand
Command to list files in SVN (
svn list command ) |
Modifier and Type | Class and Description |
---|---|
class |
SvnMkdirCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnRemoteInfoCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnRemoveCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnStatusCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnTagCommand |
Modifier and Type | Class and Description |
---|---|
class |
SvnUntagCommand
scm:untag for provider svn is done by removing the tag dir
|
Modifier and Type | Class and Description |
---|---|
class |
SvnUpdateCommand |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.