Record Class GoalCommitLedger.Commit
java.lang.Object
java.lang.Record
network.ike.plugin.ws.GoalCommitLedger.Commit
- Record Components:
sha- the 8-character short SHAsubject- the commit subject linefiles- the changed files as"<status> <path>"entries (e.g."M pom.xml"); renames and copies as"<status> <old> → <new>"
- Enclosing class:
GoalCommitLedger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.files()Returns the value of thefilesrecord component.final inthashCode()Returns a hash code value for this object.sha()Returns the value of thesharecord component.subject()Returns the value of thesubjectrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Commit
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
sha
-
subject
-
files
-