Class Manifest.File

java.lang.Object
io.freefair.gradle.plugins.github.internal.Manifest.File
Enclosing class:
Manifest

public static class Manifest.File extends Object
  • Constructor Details

    • File

      public File(String source_location)
    • File

      public File()
  • Method Details

    • getSource_location

      public String getSource_location()
      The path of the manifest file relative to the root of the Git repository.
    • setSource_location

      public void setSource_location(String source_location)
      The path of the manifest file relative to the root of the Git repository.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object