Uses of Class
org.apache.maven.scm.command.checkin.CheckInScmResult

Packages that use CheckInScmResult
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
protected 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 CheckInScmResult
 CheckInScmResult ScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
          Save the changes you have done into the repository.
 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 AbstractScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, 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
protected  CheckInScmResult AbstractScmProvider.checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 CheckInScmResult ScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
          Save the changes you have done into the repository.
 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 AbstractScmProvider.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)
          Deprecated. you must use ScmProvider.checkIn(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion, String)
 CheckInScmResult AbstractScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
          Deprecated.  
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.