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

Uses of TagRef in org.openengsb.domain.scm
 

Methods in org.openengsb.domain.scm that return TagRef
 TagRef ScmDomain.tagRepo(String tagName)
          Tags the actual HEAD of the repository with the passed tagName and returns the corresponding TagRef or null.
 TagRef ScmDomain.tagRepo(String tagName, CommitRef ref)
          Tags the commit of the repository identified by the CommitRef with the passed tagName and returns the corresponding TagRef or null.
 

Methods in org.openengsb.domain.scm with parameters of type TagRef
 CommitRef ScmDomain.getCommitRefForTag(TagRef ref)
          Resolves and returns the CommitRef for a TagRef or null if the reference does not exist.
 



Copyright © 2009-2011. All Rights Reserved.