Uses of Class
edu.ucsb.cs156.example.entities.Commit
Packages that use Commit
-
Uses of Commit in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return CommitModifier and TypeMethodDescriptionGet a single commit by idCommitsController.postCommit
(String message, String url, String authorLogin, ZonedDateTime commitTime) Create a new commitCommitsController.updateCommit
(Long id, @Valid Commit incoming) Update a single commitMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type CommitMethods in edu.ucsb.cs156.example.controllers with parameters of type CommitModifier and TypeMethodDescriptionCommitsController.updateCommit
(Long id, @Valid Commit incoming) Update a single commit