Class SubmoduleSubscription

java.lang.Object
com.google.gerrit.entities.SubmoduleSubscription

public final class SubmoduleSubscription extends Object
Defining a project/branch subscription to a project/branch project.

This means a class instance represents a repo/branch subscription to a project/branch (the subscriber).

A subscriber operates a submodule in defined path.

  • Constructor Details

  • Method Details

    • getSuperProject

      public BranchNameKey getSuperProject()
      Indicates the super project, aka subscriber: the project owner of the gitlinks to the submodules.
    • getPath

      public String getPath()
    • getSubmodule

      public BranchNameKey getSubmodule()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object