Class Branch

  • All Implemented Interfaces:
    java.io.Serializable

    public class Branch
    extends java.lang.Object
    implements java.io.Serializable
    Contains information on the SCM branches of the project.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String tag
      The branch tag in the version control system (e.g.
    • Constructor Summary

      Constructors 
      Constructor Description
      Branch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTag()
      Get the branch tag in the version control system (e.g.
      void setTag​(java.lang.String tag)
      Set the branch tag in the version control system (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tag

        private java.lang.String tag
        The branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.
    • Constructor Detail

      • Branch

        public Branch()
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Get the branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.
        Returns:
        String
      • setTag

        public void setTag​(java.lang.String tag)
        Set the branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project.
        Parameters:
        tag - a tag object.