Uses of Class
org.apache.maven.scm.ScmResult
Packages that use ScmResult
Package
Description
-
Uses of ScmResult in org.apache.maven.scm
Methods in org.apache.maven.scm with parameters of type ScmResultModifier and TypeMethodDescriptionprotected void
ScmTestCase.assertResultIsSuccess
(ScmResult result) protected void
ScmTestCase.printOutputError
(ScmResult result) Constructors in org.apache.maven.scm with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.client.cli
Methods in org.apache.maven.scm.client.cli with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command
Methods in org.apache.maven.scm.command that return ScmResultModifier and TypeMethodDescriptionfinal ScmResult
AbstractCommand.execute
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) 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.addMethods in org.apache.maven.scm.command.add that return ScmResultModifier and TypeMethodDescriptionprotected 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 -
Uses of ScmResult in org.apache.maven.scm.command.blame
Subclasses of ScmResult in org.apache.maven.scm.command.blameMethods in org.apache.maven.scm.command.blame that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractBlameCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) Constructors in org.apache.maven.scm.command.blame with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.branch
Subclasses of ScmResult in org.apache.maven.scm.command.branchMethods in org.apache.maven.scm.command.branch that return ScmResultModifier and TypeMethodDescriptionprotected 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 compAbstractBranchCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.branch with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.changelog
Subclasses of ScmResult in org.apache.maven.scm.command.changelogMethods in org.apache.maven.scm.command.changelog that return ScmResultModifier and TypeMethodDescriptionAbstractChangeLogCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) ChangeLogCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.changelog with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.checkin
Subclasses of ScmResult in org.apache.maven.scm.command.checkinMethods in org.apache.maven.scm.command.checkin that return ScmResultModifier and TypeMethodDescriptionAbstractCheckInCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.checkin with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.checkout
Subclasses of ScmResult in org.apache.maven.scm.command.checkoutMethods in org.apache.maven.scm.command.checkout that return ScmResultModifier and TypeMethodDescriptionAbstractCheckOutCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.checkout with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.diff
Subclasses of ScmResult in org.apache.maven.scm.command.diffMethods in org.apache.maven.scm.command.diff that return ScmResultModifier and TypeMethodDescriptionAbstractDiffCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.diff with parameters of type ScmResultModifierConstructorDescriptionDiffScmResult
(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.editMethods in org.apache.maven.scm.command.edit that return ScmResultModifier and TypeMethodDescriptionAbstractEditCommand.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 -
Uses of ScmResult in org.apache.maven.scm.command.export
Subclasses of ScmResult in org.apache.maven.scm.command.exportMethods in org.apache.maven.scm.command.export that return ScmResultModifier and TypeMethodDescriptionprotected 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 ScmResultModifier and TypeMethodDescriptionAbstractFileInfoCommand.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.infoConstructors in org.apache.maven.scm.command.info with parameters of type ScmResultModifierConstructorDescriptionInfoScmResult
(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.listModifier and TypeClassDescriptionclass
Methods in org.apache.maven.scm.command.list that return ScmResultModifier and TypeMethodDescriptionAbstractListCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.list with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.lock
Methods in org.apache.maven.scm.command.lock that return ScmResultModifier and TypeMethodDescriptionAbstractLockCommand.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.loginMethods in org.apache.maven.scm.command.login that return ScmResultModifier and TypeMethodDescriptionprotected 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.mkdirMethods in org.apache.maven.scm.command.mkdir that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractMkdirCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.mkdir with parameters of type ScmResultModifierConstructorDescriptionMkdirScmResult
(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.remoteinfoMethods in org.apache.maven.scm.command.remoteinfo that return ScmResultModifier and TypeMethodDescriptionprotected 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.removeMethods in org.apache.maven.scm.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected 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 -
Uses of ScmResult in org.apache.maven.scm.command.status
Subclasses of ScmResult in org.apache.maven.scm.command.statusMethods in org.apache.maven.scm.command.status that return ScmResultModifier and TypeMethodDescriptionAbstractStatusCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.status with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.command.tag
Subclasses of ScmResult in org.apache.maven.scm.command.tagMethods in org.apache.maven.scm.command.tag that return ScmResultModifier and TypeMethodDescriptionAbstractTagCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResult
AbstractTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) Deprecated.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 -
Uses of ScmResult in org.apache.maven.scm.command.unedit
Subclasses of ScmResult in org.apache.maven.scm.command.uneditMethods in org.apache.maven.scm.command.unedit that return ScmResultModifier and TypeMethodDescriptionAbstractUnEditCommand.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 -
Uses of ScmResult in org.apache.maven.scm.command.unlock
Methods in org.apache.maven.scm.command.unlock that return ScmResultModifier and TypeMethodDescriptionAbstractUnlockCommand.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.untagMethods in org.apache.maven.scm.command.untag that return ScmResultModifier and TypeMethodDescriptionAbstractUntagCommand.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 -
Uses of ScmResult in org.apache.maven.scm.command.update
Subclasses of ScmResult in org.apache.maven.scm.command.updateMethods in org.apache.maven.scm.command.update that return ScmResultModifier and TypeMethodDescriptionAbstractUpdateCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Constructors in org.apache.maven.scm.command.update with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.plugin
Fields in org.apache.maven.scm.plugin declared as ScmResultModifier and TypeFieldDescriptionprivate ScmResult
CheckoutMojo.checkoutResult
allow extended mojo (ie BootStrap ) to see checkout resultMethods in org.apache.maven.scm.plugin that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
CheckoutMojo.checkout()
protected ScmResult
CheckoutMojo.getCheckoutResult()
Methods in org.apache.maven.scm.plugin with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command
Methods in org.apache.maven.scm.provider.accurev.command that return ScmResultModifier and TypeMethodDescriptionprotected abstract ScmResult
AbstractAccuRevCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected ScmResult
AbstractAccuRevExtractSourceCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected final ScmResult
AbstractAccuRevCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) protected abstract ScmResult
AbstractAccuRevExtractSourceCommand.getScmResult
(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion scmVersion) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.add
Methods in org.apache.maven.scm.provider.accurev.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevAddCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) Add. -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.changelog
Methods in org.apache.maven.scm.provider.accurev.command.changelog that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevChangeLogCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.checkin
Methods in org.apache.maven.scm.provider.accurev.command.checkin that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevCheckInCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.checkout
Methods in org.apache.maven.scm.provider.accurev.command.checkout that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevCheckOutCommand.getScmResult
(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion version) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.export
Methods in org.apache.maven.scm.provider.accurev.command.export that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevExportCommand.getScmResult
(AccuRevScmProviderRepository repository, List<ScmFile> scmFiles, ScmVersion scmVersion) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.login
Methods in org.apache.maven.scm.provider.accurev.command.login that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevLoginCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.remove
Methods in org.apache.maven.scm.provider.accurev.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevRemoveCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.status
Methods in org.apache.maven.scm.provider.accurev.command.status that return ScmResultModifier and TypeMethodDescriptionprivate ScmResult
protected ScmResult
AccuRevStatusCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.tag
Methods in org.apache.maven.scm.provider.accurev.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevTagCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.accurev.command.update
Subclasses of ScmResult in org.apache.maven.scm.provider.accurev.command.updateModifier and TypeClassDescriptionclass
Carry information about before and after transaction ids so we can run the changelogMethods in org.apache.maven.scm.provider.accurev.command.update that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AccuRevUpdateCommand.executeAccurevCommand
(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.bazaar
Methods in org.apache.maven.scm.provider.bazaar that return ScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.bazaar.command.add
Methods in org.apache.maven.scm.provider.bazaar.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
BazaarAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.bazaar.command.remove
Methods in org.apache.maven.scm.provider.bazaar.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
BazaarRemoveCommand.executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.bazaar.command.tag
Methods in org.apache.maven.scm.provider.bazaar.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
BazaarTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.clearcase.command.add
Methods in org.apache.maven.scm.provider.clearcase.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseAddCommand.executeAddCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string, boolean b) -
Uses of ScmResult in org.apache.maven.scm.provider.clearcase.command.edit
Methods in org.apache.maven.scm.provider.clearcase.command.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseEditCommand.executeEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.clearcase.command.remove
Methods in org.apache.maven.scm.provider.clearcase.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseRemoveCommand.executeRemoveCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, String string) -
Uses of ScmResult in org.apache.maven.scm.provider.clearcase.command.tag
Methods in org.apache.maven.scm.provider.clearcase.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message) protected ScmResult
ClearCaseTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.clearcase.command.unedit
Methods in org.apache.maven.scm.provider.clearcase.command.unedit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
ClearCaseUnEditCommand.executeUnEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib that return ScmResultModifier and TypeMethodDescriptionprivate ScmResult
AbstractCvsScmProvider.executeCommand
(Command command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib.command.add
Methods in org.apache.maven.scm.provider.cvslib.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractCvsAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib.command.branch
Methods in org.apache.maven.scm.provider.cvslib.command.branch that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractCvsBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branchName, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib.command.checkout
Methods in org.apache.maven.scm.provider.cvslib.command.checkout that return ScmResultModifier and TypeMethodDescriptionAbstractCvsCheckOutCommand.executeCommand
(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib.command.remove
Methods in org.apache.maven.scm.provider.cvslib.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractCvsRemoveCommand.executeRemoveCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.cvslib.command.tag
Methods in org.apache.maven.scm.provider.cvslib.command.tag that return ScmResultModifier and TypeMethodDescriptionAbstractCvsTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) AbstractCvsTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractGitScmProvider.executeCommand
(GitCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.command.info
Subclasses of ScmResult in org.apache.maven.scm.provider.git.command.infoConstructors in org.apache.maven.scm.provider.git.command.info with parameters of type ScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.git.command.update
Subclasses of ScmResult in org.apache.maven.scm.provider.git.command.update -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.add
Methods in org.apache.maven.scm.provider.git.gitexe.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
GitAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.blame
Methods in org.apache.maven.scm.provider.git.gitexe.command.blame that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
GitBlameCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.branch
Methods in org.apache.maven.scm.provider.git.gitexe.command.branch that return ScmResultModifier and TypeMethodDescriptionGitBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog that return ScmResultModifier and TypeMethodDescriptionGitChangeLogCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.checkout
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkout that return ScmResultModifier and TypeMethodDescriptionGitCheckOutCommand.executeCommand
(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters) For git, the given repository is a remote one. -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.info
Methods in org.apache.maven.scm.provider.git.gitexe.command.info that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
GitInfoCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.remove
Methods in org.apache.maven.scm.provider.git.gitexe.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
GitRemoveCommand.executeRemoveCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag that return ScmResultModifier and TypeMethodDescriptionGitTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) GitTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.gitexe.command.untag
Methods in org.apache.maven.scm.provider.git.gitexe.command.untag that return ScmResultModifier and TypeMethodDescriptionGitUntagCommand.executeUntagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag command -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.add
Methods in org.apache.maven.scm.provider.git.jgit.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JGitAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.branch
Methods in org.apache.maven.scm.provider.git.jgit.command.branch that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JGitBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.info
Methods in org.apache.maven.scm.provider.git.jgit.command.info that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JGitInfoCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.tag
Methods in org.apache.maven.scm.provider.git.jgit.command.tag that return ScmResultModifier and TypeMethodDescriptionJGitTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) JGitTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.untag
Methods in org.apache.maven.scm.provider.git.jgit.command.untag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JGitUntagCommand.executeUntagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return ScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.add
Methods in org.apache.maven.scm.provider.hg.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
HgAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.branch
Methods in org.apache.maven.scm.provider.hg.command.branch that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
HgBranchCommand.executeBranchCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message) protected ScmResult
HgBranchCommand.executeBranchCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) default impl to provide backward comp -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.info
Methods in org.apache.maven.scm.provider.hg.command.info that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
HgInfoCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.remove
Methods in org.apache.maven.scm.provider.hg.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
HgRemoveCommand.executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.tag
Methods in org.apache.maven.scm.provider.hg.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
HgTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message) protected ScmResult
HgTagCommand.executeTagCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.jazz.command.add
Methods in org.apache.maven.scm.provider.jazz.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JazzAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.jazz.command.branch
Methods in org.apache.maven.scm.provider.jazz.command.branch that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JazzBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.jazz.command.edit
Methods in org.apache.maven.scm.provider.jazz.command.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JazzEditCommand.executeEditCommand
(ScmProviderRepository repo, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.jazz.command.tag
Methods in org.apache.maven.scm.provider.jazz.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JazzTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.jazz.command.unedit
Methods in org.apache.maven.scm.provider.jazz.command.unedit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
JazzUnEditCommand.executeUnEditCommand
(ScmProviderRepository repo, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.add
Methods in org.apache.maven.scm.provider.local.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
LocalAddCommand.executeAddCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.checkout
Subclasses of ScmResult in org.apache.maven.scm.provider.local.command.checkout -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.list
Subclasses of ScmResult in org.apache.maven.scm.provider.local.command.list -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.tag
Methods in org.apache.maven.scm.provider.local.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
LocalTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResult
LocalTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.update
Subclasses of ScmResult in org.apache.maven.scm.provider.local.command.update -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command
Methods in org.apache.maven.scm.provider.perforce.command that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceInfoCommand.executeCommand
(ScmProviderRepository repo, ScmFileSet scmFileSet, CommandParameters commandParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command.add
Methods in org.apache.maven.scm.provider.perforce.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet files, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command.edit
Methods in org.apache.maven.scm.provider.perforce.command.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceEditCommand.executeEditCommand
(ScmProviderRepository repo, ScmFileSet files) -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command.remove
Methods in org.apache.maven.scm.provider.perforce.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceRemoveCommand.executeRemoveCommand
(ScmProviderRepository repo, ScmFileSet files, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command.tag
Methods in org.apache.maven.scm.provider.perforce.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet files, String tag, String message) protected ScmResult
PerforceTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet files, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.perforce.command.unedit
Methods in org.apache.maven.scm.provider.perforce.command.unedit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
PerforceUnEditCommand.executeUnEditCommand
(ScmProviderRepository repo, ScmFileSet files) -
Uses of ScmResult in org.apache.maven.scm.provider.starteam.command.add
Methods in org.apache.maven.scm.provider.starteam.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
StarteamAddCommand.executeAddCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.starteam.command.edit
Methods in org.apache.maven.scm.provider.starteam.command.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
StarteamEditCommand.executeEditCommand
(ScmProviderRepository repo, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.starteam.command.remove
Methods in org.apache.maven.scm.provider.starteam.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
StarteamRemoveCommand.executeRemoveCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.starteam.command.tag
Methods in org.apache.maven.scm.provider.starteam.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
StarteamTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) protected ScmResult
StarteamTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.starteam.command.unedit
Methods in org.apache.maven.scm.provider.starteam.command.unedit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
StarteamUnEditCommand.executeUnEditCommand
(ScmProviderRepository repo, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
AbstractSvnScmProvider.executeCommand
(SvnCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.command.info
Subclasses of ScmResult in org.apache.maven.scm.provider.svn.command.infoConstructors in org.apache.maven.scm.provider.svn.command.info with parameters of type ScmResultModifierConstructorDescriptionSvnInfoScmResult
(List<SvnInfoItem> files, ScmResult result) Deprecated. -
Uses of ScmResult in org.apache.maven.scm.provider.svn.command.update
Subclasses of ScmResult in org.apache.maven.scm.provider.svn.command.update -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.add
Methods in org.apache.maven.scm.provider.svn.svnexe.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SvnAddCommand.executeAddCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.branch
Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch that return ScmResultModifier and TypeMethodDescriptionSvnBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message) SvnBranchCommand.executeBranchCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog that return ScmResultModifier and TypeMethodDescriptionSvnChangeLogCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.info
Methods in org.apache.maven.scm.provider.svn.svnexe.command.info that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SvnInfoCommand.executeCommand
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.remove
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SvnRemoveCommand.executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.tag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.tag that return ScmResultModifier and TypeMethodDescriptionSvnTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message) SvnTagCommand.executeTagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.svn.svnexe.command.untag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.untag that return ScmResultModifier and TypeMethodDescriptionSvnUntagCommand.executeUntagCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters) execute untag command -
Uses of ScmResult in org.apache.maven.scm.provider.synergy.command.add
Methods in org.apache.maven.scm.provider.synergy.command.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SynergyAddCommand.executeAddCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.synergy.command.edit
Methods in org.apache.maven.scm.provider.synergy.command.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SynergyEditCommand.executeEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.synergy.command.remove
Methods in org.apache.maven.scm.provider.synergy.command.remove that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SynergyRemoveCommand.executeRemoveCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message) -
Uses of ScmResult in org.apache.maven.scm.provider.synergy.command.tag
Methods in org.apache.maven.scm.provider.synergy.command.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SynergyTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tag, String message) protected ScmResult
SynergyTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.synergy.command.unedit
Methods in org.apache.maven.scm.provider.synergy.command.unedit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
SynergyUnEditCommand.executeUnEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.tfs.command
Methods in org.apache.maven.scm.provider.tfs.command that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
TfsAddCommand.executeAddCommand
(ScmProviderRepository r, ScmFileSet f, String m, boolean b) protected ScmResult
TfsBranchCommand.executeBranchCommand
(ScmProviderRepository r, ScmFileSet f, String branch, String message) protected ScmResult
TfsEditCommand.executeEditCommand
(ScmProviderRepository r, ScmFileSet f) protected ScmResult
TfsTagCommand.executeTagCommand
(ScmProviderRepository r, ScmFileSet f, String tag, String message) protected ScmResult
TfsTagCommand.executeTagCommand
(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) protected ScmResult
TfsUnEditCommand.executeUnEditCommand
(ScmProviderRepository r, ScmFileSet f) -
Uses of ScmResult in org.apache.maven.scm.provider.vss.commands.add
Methods in org.apache.maven.scm.provider.vss.commands.add that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
VssAddCommand.executeAddCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary) -
Uses of ScmResult in org.apache.maven.scm.provider.vss.commands.edit
Methods in org.apache.maven.scm.provider.vss.commands.edit that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
VssEditCommand.executeEditCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of ScmResult in org.apache.maven.scm.provider.vss.commands.tag
Methods in org.apache.maven.scm.provider.vss.commands.tag that return ScmResultModifier and TypeMethodDescriptionprotected ScmResult
VssTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message) protected ScmResult
VssTagCommand.executeTagCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
AbstractTagCommand.executeTagCommand(ScmProviderRepository, ScmFileSet, String, ScmTagParameters)