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 class
BasicIssueFetcherAuthenticator
Methods in jetbrains.buildServer.issueTracker that return IssueFetcherAuthenticator Modifier and Type Method Description protected IssueFetcherAuthenticator
AbstractIssueProvider. getAuthenticator()
Methods in jetbrains.buildServer.issueTracker with parameters of type IssueFetcherAuthenticator Modifier and Type Method Description IssueData
AbstractIssueFetcher. fetchIssue(String host, String id, IssueFetcherAuthenticator authenticator)
backward compatibilityIssueData
IssueFetcher. 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 InputStream
AbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator)
Deprecated.since 2018.1.protected InputStream
AbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
Fetches the document from HTTP resource specified byurl
with specified credentials.static InputStream
IssueFetcherUtil. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
static InputStream
IssueFetcherUtil. getHttpFile(String url, IssueFetcherAuthenticator authenticator, IssueFetcherUtil.HttpErrorHandler httpErrorHandler)
Deprecated.since 2018.1.static SimpleCredentials
IssueFetcherUtil. retrieveCredentials(IssueFetcherAuthenticator authenticator)
Convert deprecatedIssueFetcherAuthenticator
object toSimpleCredentials
.
-