Package org.apache.nifi.gitlab
Interface GitLabRepositoryClient.GitLabRequest<T>
- Type Parameters:
T- the result of the request
- Enclosing class:
GitLabRepositoryClient
private static interface GitLabRepositoryClient.GitLabRequest<T>
Functional interface for making a request to GitLab which may throw GitLabApiException.
-
Method Summary
-
Method Details
-
execute
T execute() throws org.gitlab4j.api.GitLabApiException, org.apache.nifi.registry.flow.FlowRegistryException- Throws:
org.gitlab4j.api.GitLabApiExceptionorg.apache.nifi.registry.flow.FlowRegistryException
-