Uses of Interface
jetbrains.buildServer.issueTracker.IssueFetcherAuthenticator
-
Packages that use IssueFetcherAuthenticator Package Description jetbrains.buildServer.issueTracker -
-
Uses of IssueFetcherAuthenticator in jetbrains.buildServer.issueTracker
Classes in jetbrains.buildServer.issueTracker that implement IssueFetcherAuthenticator Modifier and Type Class Description classBasicIssueFetcherAuthenticatorMethods in jetbrains.buildServer.issueTracker that return IssueFetcherAuthenticator Modifier and Type Method Description protected IssueFetcherAuthenticatorAbstractIssueProvider. getAuthenticator()Methods in jetbrains.buildServer.issueTracker with parameters of type IssueFetcherAuthenticator Modifier and Type Method Description IssueDataAbstractIssueFetcher. fetchIssue(String host, String id, IssueFetcherAuthenticator authenticator)backward compatibilityIssueDataIssueFetcher. fetchIssue(String host, String id, IssueFetcherAuthenticator authenticator)Fetches and parses the issue from the remote server (issue-tracker).Collection<IssueData>AbstractIssueFetcher. fetchIssuesInBatch(String host, Collection<String> ids, IssueFetcherAuthenticator authenticator)backward compatibilityCollection<IssueData>IssueFetcher. fetchIssuesInBatch(String host, Collection<String> ids, IssueFetcherAuthenticator authenticator)Fetches a number of issues in a batch, and returns the corresponding data.List<String>AbstractIssueFetcher. fetchProjectIds(String host, IssueFetcherAuthenticator authenticator)List<String>IssueFetcher. fetchProjectIds(String host, IssueFetcherAuthenticator authenticator)Deprecated.protected InputStreamAbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator)Deprecated.since 2018.1.protected InputStreamAbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)Fetches the document from HTTP resource specified byurlwith specified credentials.static InputStreamIssueFetcherUtil. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)static InputStreamIssueFetcherUtil. getHttpFile(String url, IssueFetcherAuthenticator authenticator, IssueFetcherUtil.HttpErrorHandler httpErrorHandler)Deprecated.since 2018.1.static SimpleCredentialsIssueFetcherUtil. retrieveCredentials(IssueFetcherAuthenticator authenticator)Convert deprecatedIssueFetcherAuthenticatorobject toSimpleCredentials.
-