Plugin API: Add create project API
Change-Id: Ibc4de0747f10336eaa51a818672e01cfd55c4a16
This commit is contained in:
		 David Ostrovsky
					David Ostrovsky
				
			
				
					committed by
					
						 David Ostrovsky
						David Ostrovsky
					
				
			
			
				
	
			
			
			 David Ostrovsky
						David Ostrovsky
					
				
			
						parent
						
							a0d6c3ae3f
						
					
				
				
					commit
					8f3931bb0d
				
			| @@ -14,6 +14,10 @@ | ||||
|  | ||||
| package com.google.gerrit.extensions.api.projects; | ||||
|  | ||||
| import com.google.gerrit.extensions.restapi.RestApiException; | ||||
|  | ||||
| public interface ProjectApi { | ||||
|   ProjectApi create() throws RestApiException; | ||||
|   ProjectApi create(ProjectInput in) throws RestApiException; | ||||
|   BranchApi branch(String ref); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user