Uses of Interface
org.openengsb.domain.scm.CommitRef

Uses of CommitRef in org.openengsb.domain.scm
 

Methods in org.openengsb.domain.scm that return CommitRef
 CommitRef ScmDomain.commit(File file, String comment)
          Commit changes of working file to repository.
 CommitRef ScmDomain.commit(File directory, String comment, boolean recursive)
          Commit working directory changes to repository.
 

Methods in org.openengsb.domain.scm with parameters of type CommitRef
 void ScmDomain.checkout(String repository, CommitRef version, File directory, boolean recursive)
          Checkout version of repository path to specified working directory.
 boolean ScmDomain.exists(String file, CommitRef version)
          Check if given version of a file exists in repository.
 



Copyright © 2009-2011. All Rights Reserved.