Uses of Class
org.apache.maven.scm.command.checkin.CheckInScmResult
-
Packages that use CheckInScmResult Package Description org.apache.maven.scm.command.checkin org.apache.maven.scm.manager org.apache.maven.scm.provider -
-
Uses of CheckInScmResult in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin that return CheckInScmResult Modifier and Type Method Description protected abstract CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption)
-
Uses of CheckInScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return CheckInScmResult Modifier and Type Method Description CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
Save the changes you have done into the repository.CheckInScmResult
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 CheckInScmResult Modifier and Type Method Description protected CheckInScmResult
AbstractScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
Deprecated.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.
-