Uses of Interface
com.atlassian.bamboo.plugins.github.accessor.GitHubAccessor.ParserFunction
Packages that use GitHubAccessor.ParserFunction
-
Uses of GitHubAccessor.ParserFunction in com.atlassian.bamboo.plugins.github.accessor
Methods in com.atlassian.bamboo.plugins.github.accessor with parameters of type GitHubAccessor.ParserFunctionModifier and TypeMethodDescriptionprotected <T,M extends org.apache.http.client.methods.HttpRequestBase>
List<T> GitHubAccessor.getPageableResults(@NotNull GitHubAccessor.ParserFunction<org.json.JSONArray, List<T>> parser, @NotNull String endpoint, @NotNull Consumer<RESTCall<M>> authenticationProvider, @NotNull Optional<String> nestedArrayField)