Uses of Class
org.apache.maven.scm.ScmResult
-
-
Uses of ScmResult in org.apache.maven.scm
Methods in org.apache.maven.scm with parameters of type ScmResult Modifier and Type Method Description protected voidScmTestCase. assertResultIsSuccess(ScmResult result)protected voidScmTestCase. printOutputError(ScmResult result)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 ScmResultAbstractCommand. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)ScmResultCommand. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultAbstractCommand. 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 classAddScmResultResult of adding files to the SCM.Methods in org.apache.maven.scm.command.add that return ScmResult Modifier and Type Method Description protected abstract ScmResultAbstractAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)protected ScmResultAbstractAddCommand. 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 classBlameScmResultMethods in org.apache.maven.scm.command.blame that return ScmResult Modifier and Type Method Description protected ScmResultAbstractBlameCommand. 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 classBranchScmResultMethods in org.apache.maven.scm.command.branch that return ScmResult Modifier and Type Method Description protected abstract ScmResultAbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message)protected ScmResultAbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)Default impl to provide backward comp.ScmResultAbstractBranchCommand. 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 classChangeLogScmResultMethods in org.apache.maven.scm.command.changelog that return ScmResult Modifier and Type Method Description ScmResultAbstractChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)ScmResultChangeLogCommand. 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 classCheckInScmResultMethods in org.apache.maven.scm.command.checkin that return ScmResult Modifier and Type Method Description ScmResultAbstractCheckInCommand. 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 classCheckOutScmResultMethods in org.apache.maven.scm.command.checkout that return ScmResult Modifier and Type Method Description ScmResultAbstractCheckOutCommand. 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 classDiffScmResultMethods in org.apache.maven.scm.command.diff that return ScmResult Modifier and Type Method Description ScmResultAbstractDiffCommand. 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 classEditScmResultMethods in org.apache.maven.scm.command.edit that return ScmResult Modifier and Type Method Description ScmResultAbstractEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultAbstractEditCommand. 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 classExportScmResultclassExportScmResultWithRevisionMethods in org.apache.maven.scm.command.export that return ScmResult Modifier and Type Method Description protected ScmResultAbstractExportCommand. 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 ScmResultAbstractFileInfoCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)protected abstract ScmResultAbstractFileInfoCommand. 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 classInfoScmResultConstructors 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 classListScmResultMethods in org.apache.maven.scm.command.list that return ScmResult Modifier and Type Method Description ScmResultAbstractListCommand. 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 ScmResultAbstractLockCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)protected abstract ScmResultAbstractLockCommand. 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 classLoginScmResultMethods in org.apache.maven.scm.command.login that return ScmResult Modifier and Type Method Description protected ScmResultAbstractLoginCommand. 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 classMkdirScmResultResult of making directories in SCM.Methods in org.apache.maven.scm.command.mkdir that return ScmResult Modifier and Type Method Description protected ScmResultAbstractMkdirCommand. 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 classRemoteInfoScmResultMethods in org.apache.maven.scm.command.remoteinfo that return ScmResult Modifier and Type Method Description protected ScmResultAbstractRemoteInfoCommand. 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 classRemoveScmResultMethods in org.apache.maven.scm.command.remove that return ScmResult Modifier and Type Method Description protected ScmResultAbstractRemoveCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultAbstractRemoveCommand. 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 classStatusScmResultMethods in org.apache.maven.scm.command.status that return ScmResult Modifier and Type Method Description ScmResultAbstractStatusCommand. 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 classTagScmResultMethods in org.apache.maven.scm.command.tag that return ScmResult Modifier and Type Method Description ScmResultAbstractTagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected ScmResultAbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message)protected abstract ScmResultAbstractTagCommand. 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 classUnEditScmResultMethods in org.apache.maven.scm.command.unedit that return ScmResult Modifier and Type Method Description ScmResultAbstractUnEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultAbstractUnEditCommand. 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 ScmResultAbstractUnlockCommand. executeCommand(ScmProviderRepository repository, File workingDirectory, CommandParameters parameters)protected abstract ScmResultAbstractUnlockCommand. 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 classUntagScmResultMethods in org.apache.maven.scm.command.untag that return ScmResult Modifier and Type Method Description ScmResultAbstractUntagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)protected abstract ScmResultAbstractUntagCommand. executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)Execute untag command.Constructors 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 classUpdateScmResultclassUpdateScmResultWithRevisionMethods in org.apache.maven.scm.command.update that return ScmResult Modifier and Type Method Description ScmResultAbstractUpdateCommand. 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) -
Uses of ScmResult in org.apache.maven.scm.plugin
Methods in org.apache.maven.scm.plugin that return ScmResult Modifier and Type Method Description protected ScmResultCheckoutMojo. checkout()protected ScmResultCheckoutMojo. getCheckoutResult()Methods in org.apache.maven.scm.plugin with parameters of type ScmResult Modifier and Type Method Description voidAbstractScmMojo. checkResult(ScmResult result) -
Uses of ScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return ScmResult Modifier and Type Method Description protected ScmResultAbstractGitScmProvider. 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.info Modifier and Type Class Description classGitInfoScmResultConstructors in org.apache.maven.scm.provider.git.command.info with parameters of type ScmResult Constructor Description GitInfoScmResult(List<GitInfoItem> files, ScmResult result) -
Uses of ScmResult in org.apache.maven.scm.provider.git.command.update
Subclasses of ScmResult in org.apache.maven.scm.provider.git.command.update Modifier and Type Class Description classGitUpdateScmResultDeprecated. -
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 ScmResult Modifier and Type Method Description protected ScmResultGitAddCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultGitBlameCommand. 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 ScmResult Modifier and Type Method Description ScmResultGitBranchCommand. 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 ScmResult Modifier and Type Method Description ScmResultGitChangeLogCommand. 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 ScmResult Modifier and Type Method Description ScmResultGitCheckOutCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultGitInfoCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultGitRemoveCommand. 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 ScmResult Modifier and Type Method Description ScmResultGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)ScmResultGitTagCommand. 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 ScmResult Modifier and Type Method Description ScmResultGitUntagCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultJGitAddCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultJGitBranchCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultJGitInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) -
Uses of ScmResult in org.apache.maven.scm.provider.git.jgit.command.remove
Methods in org.apache.maven.scm.provider.git.jgit.command.remove that return ScmResult Modifier and Type Method Description protected ScmResultJGitRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message) -
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 ScmResult Modifier and Type Method Description ScmResultJGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)ScmResultJGitTagCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultJGitUntagCommand. 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 Modifier and Type Method Description static ScmResultHgUtils. execute(File workingDir, String[] cmdAndArgs)static ScmResultHgUtils. execute(HgConsumer consumer, File workingDir, String[] cmdAndArgs) -
Uses of ScmResult in org.apache.maven.scm.provider.hg.command.add
Methods in org.apache.maven.scm.provider.hg.command.add that return ScmResult Modifier and Type Method Description protected ScmResultHgAddCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultHgBranchCommand. executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message)protected ScmResultHgBranchCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultHgInfoCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultHgRemoveCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultHgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message)protected ScmResultHgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters) -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.add
Methods in org.apache.maven.scm.provider.local.command.add that return ScmResult Modifier and Type Method Description protected ScmResultLocalAddCommand. 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 Modifier and Type Class Description classLocalCheckOutScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.list
Subclasses of ScmResult in org.apache.maven.scm.provider.local.command.list Modifier and Type Class Description classLocalListScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.local.command.tag
Methods in org.apache.maven.scm.provider.local.command.tag that return ScmResult Modifier and Type Method Description protected ScmResultLocalTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message)protected ScmResultLocalTagCommand. 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 Modifier and Type Class Description classLocalUpdateScmResult -
Uses of ScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return ScmResult Modifier and Type Method Description protected ScmResultAbstractSvnScmProvider. 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.info Modifier and Type Class Description classSvnInfoScmResultDeprecated.useInfoScmResultConstructors in org.apache.maven.scm.provider.svn.command.info with parameters of type ScmResult Constructor Description SvnInfoScmResult(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 Modifier and Type Class Description classSvnUpdateScmResultDeprecated. -
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 ScmResult Modifier and Type Method Description protected ScmResultSvnAddCommand. 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 ScmResult Modifier and Type Method Description ScmResultSvnBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)ScmResultSvnBranchCommand. 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 ScmResult Modifier and Type Method Description ScmResultSvnChangeLogCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultSvnInfoCommand. 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 ScmResult Modifier and Type Method Description protected ScmResultSvnRemoveCommand. 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 ScmResult Modifier and Type Method Description ScmResultSvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)ScmResultSvnTagCommand. 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 ScmResult Modifier and Type Method Description ScmResultSvnUntagCommand. executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)Execute untag command.
-