Uses of Class
org.apache.maven.scm.command.checkin.CheckInScmResult
Packages that use CheckInScmResult
Package
Description
-
Uses of CheckInScmResult in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin that return CheckInScmResultModifier and TypeMethodDescriptionprotected abstract CheckInScmResult
AbstractCheckInCommand.executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) -
Uses of CheckInScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return CheckInScmResultModifier and TypeMethodDescriptionAbstractScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.AbstractScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository. -
Uses of CheckInScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return CheckInScmResultModifier and TypeMethodDescriptionprotected CheckInScmResult
AbstractScmProvider.checkin
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.AbstractScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, String tag, String message) Deprecated.AbstractScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message) Save the changes you have done into the repository.ScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, String tag, String message) Deprecated.ScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.
ScmProvider.checkIn(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion, String)