org.openengsb.domain.scm
Interface TagRef

All Superinterfaces:
CommitRef

public interface TagRef
extends CommitRef

An abstraction for tag reference (tag-ref) to a tag id in SCM.


Method Summary
 String getTagName()
          Gets this tag-ref name.
 
Methods inherited from interface org.openengsb.domain.scm.CommitRef
getStringRepresentation
 

Method Detail

getTagName

String getTagName()
Gets this tag-ref name.

Returns:
Name of this tag-ref


Copyright © 2009-2011. All Rights Reserved.