Class Patch.Key

java.lang.Object
com.google.gerrit.entities.Patch.Key
Enclosing class:
Patch

public abstract static class Patch.Key extends Object
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • parse

      public static Patch.Key parse(String str)
      Parse a Patch.Key out of a string representation.
    • patchSetId

      public abstract PatchSet.Id patchSetId()
    • fileName

      public abstract String fileName()