Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BranchDeletionRequest.scala « github « savage « getbootstrap « com « scala « main « src - github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b7accb10ad7ac8dfd0d51824f7d0eafa9ce6357 (plain)
1
2
3
package com.getbootstrap.savage.github

case class BranchDeletionRequest(branch: Branch, commitSha: CommitSha)