Package com.google.gerrit.entities
Class BranchNameKey
java.lang.Object
com.google.gerrit.entities.BranchNameKey
- All Implemented Interfaces:
Comparable<BranchNameKey>
Branch name key
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
branch()
final int
static BranchNameKey
create
(Project.NameKey projectName, String branchName) static BranchNameKey
abstract Project.NameKey
project()
final String
toString()
-
Constructor Details
-
BranchNameKey
public BranchNameKey()
-
-
Method Details
-
create
-
create
-
project
-
branch
-
shortName
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BranchNameKey>
-
toString
-