Class CreateChange
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput,Response<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,Response<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:
applyImplin classRetryingRestCollectionModifyView<TopLevelResource,ChangeResource,ChangeInput,Response<ChangeInfo>>- Throws:
IOExceptionInvalidChangeOperationExceptionRestApiExceptionUpdateExceptionPermissionBackendExceptionorg.eclipse.jgit.errors.ConfigInvalidException
-
-