Uses of Class
org.apache.maven.scm.ScmResult
-
-
Uses of ScmResult in org.apache.maven.scm
Constructors in org.apache.maven.scm with parameters of type ScmResult Constructor Description ScmResult(ScmResult scmResult)
Copy constructor. -
Uses of ScmResult in org.apache.maven.scm.command
Methods in org.apache.maven.scm.command that return ScmResult Modifier and Type Method Description ScmResult
AbstractCommand. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmResult
Command. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmResult in org.apache.maven.scm.command.add
Subclasses of ScmResult in org.apache.maven.scm.command.add Modifier and Type Class Description class
AddScmResult
Result of adding files to the SCMMethods in org.apache.maven.scm.command.add that return ScmResult Modifier and Type Method Description protected abstract ScmResult
AbstractAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
protected ScmResult
AbstractAddCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.add with parameters of type ScmResult Constructor Description AddScmResult(List<ScmFile> addedFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.blame
Subclasses of ScmResult in org.apache.maven.scm.command.blame Modifier and Type Class Description class
BlameScmResult
Methods in org.apache.maven.scm.command.blame that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractBlameCommand. executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.blame with parameters of type ScmResult Constructor Description BlameScmResult(List<BlameLine> lines, ScmResult scmResult)
-
Uses of ScmResult in org.apache.maven.scm.command.branch
Subclasses of ScmResult in org.apache.maven.scm.command.branch Modifier and Type Class Description class
BranchScmResult
Methods in org.apache.maven.scm.command.branch that return ScmResult Modifier and Type Method Description protected abstract ScmResult
AbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message)
protected ScmResult
AbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
default impl to provide backward compScmResult
AbstractBranchCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.branch with parameters of type ScmResult Constructor Description BranchScmResult(List<ScmFile> branchedFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.changelog
Subclasses of ScmResult in org.apache.maven.scm.command.changelog Modifier and Type Class Description class
ChangeLogScmResult
Methods in org.apache.maven.scm.command.changelog that return ScmResult Modifier and Type Method Description ScmResult
AbstractChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmResult
ChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.changelog with parameters of type ScmResult Constructor Description ChangeLogScmResult(ChangeLogSet changeLog, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.checkin
Subclasses of ScmResult in org.apache.maven.scm.command.checkin Modifier and Type Class Description class
CheckInScmResult
Methods in org.apache.maven.scm.command.checkin that return ScmResult Modifier and Type Method Description ScmResult
AbstractCheckInCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.checkin with parameters of type ScmResult Constructor Description CheckInScmResult(List<ScmFile> checkedInFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.checkout
Subclasses of ScmResult in org.apache.maven.scm.command.checkout Modifier and Type Class Description class
CheckOutScmResult
Methods in org.apache.maven.scm.command.checkout that return ScmResult Modifier and Type Method Description ScmResult
AbstractCheckOutCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.checkout with parameters of type ScmResult Constructor Description CheckOutScmResult(List<ScmFile> checkedOutFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.diff
Subclasses of ScmResult in org.apache.maven.scm.command.diff Modifier and Type Class Description class
DiffScmResult
Methods in org.apache.maven.scm.command.diff that return ScmResult Modifier and Type Method Description ScmResult
AbstractDiffCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.diff with parameters of type ScmResult Constructor Description DiffScmResult(List<ScmFile> changedFiles, Map<String,CharSequence> differences, String patch, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.edit
Subclasses of ScmResult in org.apache.maven.scm.command.edit Modifier and Type Class Description class
EditScmResult
Methods in org.apache.maven.scm.command.edit that return ScmResult Modifier and Type Method Description ScmResult
AbstractEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractEditCommand. executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
Constructors in org.apache.maven.scm.command.edit with parameters of type ScmResult Constructor Description EditScmResult(List<ScmFile> editFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.export
Subclasses of ScmResult in org.apache.maven.scm.command.export Modifier and Type Class Description class
ExportScmResult
class
ExportScmResultWithRevision
Methods in org.apache.maven.scm.command.export that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractExportCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmResult in org.apache.maven.scm.command.fileinfo
Methods in org.apache.maven.scm.command.fileinfo that return ScmResult Modifier and Type Method Description ScmResult
AbstractFileInfoCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)
protected abstract ScmResult
AbstractFileInfoCommand. executeFileInfoCommand(ScmProviderRepository repository, File workingDirectory, String filename)
-
Uses of ScmResult in org.apache.maven.scm.command.info
Subclasses of ScmResult in org.apache.maven.scm.command.info Modifier and Type Class Description class
InfoScmResult
Constructors in org.apache.maven.scm.command.info with parameters of type ScmResult Constructor Description InfoScmResult(List<InfoItem> infoItems, ScmResult result)
InfoScmResult(ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.list
Subclasses of ScmResult in org.apache.maven.scm.command.list Modifier and Type Class Description class
ListScmResult
Methods in org.apache.maven.scm.command.list that return ScmResult Modifier and Type Method Description ScmResult
AbstractListCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.list with parameters of type ScmResult Constructor Description ListScmResult(List<ScmFile> files, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.lock
Methods in org.apache.maven.scm.command.lock that return ScmResult Modifier and Type Method Description ScmResult
AbstractLockCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)
protected abstract ScmResult
AbstractLockCommand. executeLockCommand(ScmProviderRepository repository, File workingDirectory, String filename)
-
Uses of ScmResult in org.apache.maven.scm.command.login
Subclasses of ScmResult in org.apache.maven.scm.command.login Modifier and Type Class Description class
LoginScmResult
Methods in org.apache.maven.scm.command.login that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractLoginCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmResult in org.apache.maven.scm.command.mkdir
Subclasses of ScmResult in org.apache.maven.scm.command.mkdir Modifier and Type Class Description class
MkdirScmResult
Result of making directories in SCM.Methods in org.apache.maven.scm.command.mkdir that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractMkdirCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.mkdir with parameters of type ScmResult Constructor Description MkdirScmResult(String revision, ScmResult result)
MkdirScmResult(List<ScmFile> createdDirs, ScmResult result)
MkdirScmResult(ScmResult scmResult)
-
Uses of ScmResult in org.apache.maven.scm.command.remoteinfo
Subclasses of ScmResult in org.apache.maven.scm.command.remoteinfo Modifier and Type Class Description class
RemoteInfoScmResult
Methods in org.apache.maven.scm.command.remoteinfo that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractRemoteInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmResult in org.apache.maven.scm.command.remove
Subclasses of ScmResult in org.apache.maven.scm.command.remove Modifier and Type Class Description class
RemoveScmResult
Methods in org.apache.maven.scm.command.remove that return ScmResult Modifier and Type Method Description protected ScmResult
AbstractRemoveCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
Constructors in org.apache.maven.scm.command.remove with parameters of type ScmResult Constructor Description RemoveScmResult(List<ScmFile> removedFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.status
Subclasses of ScmResult in org.apache.maven.scm.command.status Modifier and Type Class Description class
StatusScmResult
Methods in org.apache.maven.scm.command.status that return ScmResult Modifier and Type Method Description ScmResult
AbstractStatusCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.status with parameters of type ScmResult Constructor Description StatusScmResult(List<ScmFile> changedFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.tag
Subclasses of ScmResult in org.apache.maven.scm.command.tag Modifier and Type Class Description class
TagScmResult
Methods in org.apache.maven.scm.command.tag that return ScmResult Modifier and Type Method Description ScmResult
AbstractTagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message)
protected abstract ScmResult
AbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
Constructors in org.apache.maven.scm.command.tag with parameters of type ScmResult Constructor Description TagScmResult(List<ScmFile> taggedFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.unedit
Subclasses of ScmResult in org.apache.maven.scm.command.unedit Modifier and Type Class Description class
UnEditScmResult
Methods in org.apache.maven.scm.command.unedit that return ScmResult Modifier and Type Method Description ScmResult
AbstractUnEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractUnEditCommand. executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
Constructors in org.apache.maven.scm.command.unedit with parameters of type ScmResult Constructor Description UnEditScmResult(List<ScmFile> unEditFiles, ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.unlock
Methods in org.apache.maven.scm.command.unlock that return ScmResult Modifier and Type Method Description ScmResult
AbstractUnlockCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)
protected abstract ScmResult
AbstractUnlockCommand. executeUnlockCommand(ScmProviderRepository repository, File workingDirectory)
-
Uses of ScmResult in org.apache.maven.scm.command.untag
Subclasses of ScmResult in org.apache.maven.scm.command.untag Modifier and Type Class Description class
UntagScmResult
Methods in org.apache.maven.scm.command.untag that return ScmResult Modifier and Type Method Description ScmResult
AbstractUntagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractUntagCommand. executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)
execute untag commandConstructors in org.apache.maven.scm.command.untag with parameters of type ScmResult Constructor Description UntagScmResult(ScmResult result)
-
Uses of ScmResult in org.apache.maven.scm.command.update
Subclasses of ScmResult in org.apache.maven.scm.command.update Modifier and Type Class Description class
UpdateScmResult
class
UpdateScmResultWithRevision
Methods in org.apache.maven.scm.command.update that return ScmResult Modifier and Type Method Description ScmResult
AbstractUpdateCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.update with parameters of type ScmResult Constructor Description UpdateScmResult(List<ScmFile> updatedFiles, List<ChangeSet> changes, ScmResult result)
UpdateScmResultWithRevision(List<ScmFile> updatedFiles, List<ChangeSet> changes, String revision, ScmResult result)
-