ProjectApi: Add method to delete branches

Change-Id: I1b707c276c8a6b8ec9923cd19e3ecc9070bf310b
This commit is contained in:
David Pursehouse
2016-06-21 18:13:33 +09:00
parent 58cfa4c37e
commit 344b8c9cda
4 changed files with 181 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ import org.slf4j.LoggerFactory;
import java.io.IOException;
@Singleton
class DeleteBranches implements RestModifyView<ProjectResource, DeleteBranchesInput> {
public class DeleteBranches
implements RestModifyView<ProjectResource, DeleteBranchesInput> {
private static final Logger log = LoggerFactory.getLogger(DeleteBranches.class);
private final Provider<IdentifiedUser> identifiedUser;