Class CreateChange
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput,ChangeInfo>
-
- com.google.gerrit.server.restapi.change.CreateChange
-
- All Implemented Interfaces:
RestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput>
,RestCollectionView<TopLevelResource,ChangeResource,ChangeInput>
,RestView<ChangeResource>
public class CreateChange extends RetryingRestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput,ChangeInfo>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<ChangeInfo>
applyImpl(BatchUpdate.Factory updateFactory, TopLevelResource parent, ChangeInput input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestCollectionModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<ChangeInfo> applyImpl(BatchUpdate.Factory updateFactory, TopLevelResource parent, ChangeInput input) throws IOException, InvalidChangeOperationException, RestApiException, UpdateException, PermissionBackendException, org.eclipse.jgit.errors.ConfigInvalidException
- Specified by:
applyImpl
in classRetryingRestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput,ChangeInfo>
- Throws:
IOException
InvalidChangeOperationException
RestApiException
UpdateException
PermissionBackendException
org.eclipse.jgit.errors.ConfigInvalidException
-
-