Class Branch

java.lang.Object
org.apache.maven.model.v3_0_0.Branch
All Implemented Interfaces:
Serializable

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the branch tag in the version control system (e.g.
    void
    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 Details

    • tag

      private 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 Details

    • Branch

      public Branch()
  • Method Details

    • getTag

      public 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(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.