Uses of Class
jetbrains.buildServer.serverSide.WebLinks
-
-
Uses of WebLinks in jetbrains
Methods in jetbrains that return WebLinks Modifier and Type Method Description WebLinks
BuildServerCreator. getWebLinks()
-
Uses of WebLinks in jetbrains.buildServer.clouds.server.impl.instances
Constructors in jetbrains.buildServer.clouds.server.impl.instances with parameters of type WebLinks Constructor Description StartInstanceAction(CloudManagerBase manager, WebLinks webLinks, CloudEventDispatcher disp, TerminateConditionsFactory terminateConditionsFactory, CloudQuotaChecker cloudQuotaChecker, StartingCloudInstanceTokens startingCloudInstanceTokens)
-
Uses of WebLinks in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type WebLinks Constructor Description AdminEditDependenciesController(BuildServerEx server, ArtifactDependencyFactory artifactDependencyFactory, WebControllerManager controllerManager, AuthorizationInterceptor authInterceptor, ServerLoginModel serverLoginModel, DependencyFactory snapshotDependencyFactory, EditBuildTypeFormFactory buildTypeFormFactory, ConfigActionFactory configActionFactory, WebLinks webLinks, ProjectSettingsGeneratorRegistry projectSettingsGeneratorRegistry, BranchSpecsEx branchSpecs)
-
Uses of WebLinks in jetbrains.buildServer.notification
Constructors in jetbrains.buildServer.notification with parameters of type WebLinks Constructor Description TemplateMessageBuilder(WebLinks webLinks, SBuildServer server, ChangesCalculationOptionsFactory changesCalculationOptionsFactory)
-
Uses of WebLinks in jetbrains.buildServer.push.impl.healthReport
Constructors in jetbrains.buildServer.push.impl.healthReport with parameters of type WebLinks Constructor Description WebSocketHealthReportCategoryHolder(WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.buildLog
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type WebLinks Constructor Description BuildLogTextWriter(SBuildServer server, SecurityContext securityContext, WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.healthStatus.reports
Methods in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type WebLinks Modifier and Type Method Description void
ConfigurationErrorsReport. setWebLinks(WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as WebLinks Modifier and Type Field Description protected WebLinks
BaseServerTestCase. myWebLinks
-
Uses of WebLinks in jetbrains.buildServer.serverSide.impl.buildDistribution
Constructors in jetbrains.buildServer.serverSide.impl.buildDistribution with parameters of type WebLinks Constructor Description UntrustedBuildsPrecondition(UntrustedBuildsManager untrustedBuildsManager, WebLinks webLinks, EventDispatcher<BuildServerListener> dispatcher, ExecutorServices executorServices)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth
Fields in jetbrains.buildServer.serverSide.oauth declared as WebLinks Modifier and Type Field Description protected WebLinks
BaseAccessTokenController. myWebLinks
Methods in jetbrains.buildServer.serverSide.oauth that return WebLinks Modifier and Type Method Description WebLinks
AuthenticationContext. getWebLinks()
WebLinks
OAuthAuthenticationContext. getWebLinks()
Constructors in jetbrains.buildServer.serverSide.oauth with parameters of type WebLinks Constructor Description BaseAccessTokenController(OAuthConnectionsManager oauthConnectionsManager, String path, WebLinks webLinks, OAuthFlow oAuthFlow)
BaseAccessTokenController(OAuthConnectionsManager oauthConnectionsManager, String path, WebLinks webLinks, OAuthFlow oAuthFlow, IssueTokenService issueTokenService)
OAuthAuthenticationContext(OAuthTokensStorage oAuthTokensStorage, LoginConfiguration loginConfiguration, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, OAuthConnectionsManager oAuthConnectionsManager, ProjectManager projectManager, UserModel userModel, ServerSettings serverSettings, WebControllerManager webControllerManager, AuthorizationInterceptor authInterceptor, PagePlaces pagePlaces, WebLoginModel webLoginModel, SecurityContextEx securityContext, RegistrationInvitations registrationInvitations, javax.servlet.ServletContext servletContext, WebLinks webLinks)
ShowConnectionPropertiesController(ProjectManager projectManager, OAuthConnectionsManager oAuthConnectionsManager, WebControllerManager controllerManager, WebLinks webLinks, UserModel userModel, AccessChecker accessChecker, UniqueRedirectService uniqueRedirectService)
UniqueRedirectService(ProjectManager projectManager, OAuthConnectionsManager connectionsManager, UniqueRedirectGenerator uniqueRedirectGenerator, OAuthRedirectSettingsStorage redirectSettingsStorage, WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.azuredevops
Constructors in jetbrains.buildServer.serverSide.oauth.azuredevops with parameters of type WebLinks Constructor Description AzureDevOpsAccessTokenController(WebControllerManager controllerManager, OAuthTokensStorage oAuthTokens, OAuthConnectionsManager oauthConnectionsManager, ProjectManager projectManager, WebLinks webLinks, AzureDevOpsOAuth azureDevOpsOAuth, AzureDevOpsOAuthProvider oauthProvider, IssueTokenService issueTokenService)
AzureDevOpsOAuthProvider(AzureDevOpsClient apiClient, WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.bitbucket
Constructors in jetbrains.buildServer.serverSide.oauth.bitbucket with parameters of type WebLinks Constructor Description BitBucketAccessTokenController(WebControllerManager controllerManager, OAuthTokensStorage oAuthTokens, OAuthConnectionsManager oauthConnectionsManager, ProjectManager projectManager, BitBucketOAuth bitBucketOAuth, WebLinks webLinks, IssueTokenService issueTokenService)
BitBucketOAuthProvider(WebLinks webLinks, BitbucketClient bitbucketClient)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.github
Constructors in jetbrains.buildServer.serverSide.oauth.github with parameters of type WebLinks Constructor Description GitHubAccessTokenController(WebControllerManager controllerManager, OAuthTokensStorage oAuthTokens, OAuthConnectionsManager oauthConnectionsManager, ProjectManager projectManager, WebLinks webLinks, GitHubOAuth gitHubOAuth, IssueTokenService issueTokenService)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.gitlab
Constructors in jetbrains.buildServer.serverSide.oauth.gitlab with parameters of type WebLinks Constructor Description GitLabAccessTokenController(WebControllerManager controllerManager, OAuthTokensStorage oAuthTokens, OAuthConnectionsManager oauthConnectionsManager, ProjectManager projectManager, GitLabOAuth gitLabOAuth, WebLinks webLinks, IssueTokenService issueTokenService)
GitLabClientFactory(SSLTrustStoreProvider sslTrustStoreProvider, WebLinks webLinks)
GitLabClientImpl(String gitLabUrl, SSLTrustStoreProvider sslTrustStoreProvider, WebLinks webLinks, com.google.gson.Gson gson)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.google
Constructors in jetbrains.buildServer.serverSide.oauth.google with parameters of type WebLinks Constructor Description GoogleAccessTokenController(ProjectManager projectManager, OAuthConnectionsManager oauthConnectionsManager, WebLinks webLinks, WebControllerManager webControllerManager, OAuthTokensStorage oAuthTokens, GoogleOAuth googleOAuth, GoogleClientFactory googleClientFactory, IssueTokenService issueTokenService)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.reports
Constructors in jetbrains.buildServer.serverSide.oauth.reports with parameters of type WebLinks Constructor Description UniqueUrlReport(WebLinks webLinks, OAuthConnectionsManager connectionsManager, UniqueRedirectService uniqueRedirectService)
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.space
-
Uses of WebLinks in jetbrains.buildServer.serverSide.oauth.tfs
Constructors in jetbrains.buildServer.serverSide.oauth.tfs with parameters of type WebLinks Constructor Description TfsAccessTokenController(WebControllerManager controllerManager, OAuthConnectionsManager oauthConnectionsManager, ProjectManager projectManager, OAuthTokensStorage oAuthTokensStorage, AccessTokenProvider tokenProvider, WebLinks webLinks)
TfsAccessTokenProvider(WebLinks webLinks, SSLTrustStoreProvider sslTrustStoreProvider)
-
Uses of WebLinks in jetbrains.buildServer.web
Constructors in jetbrains.buildServer.web with parameters of type WebLinks Constructor Description WebAccess(WebLinks webLinks, String id)
-
Uses of WebLinks in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type WebLinks Constructor Description WebAccessServiceImpl(WebLinks webLinks)
-
Uses of WebLinks in jetbrains.buildServer.web.proxyProblems
Constructors in jetbrains.buildServer.web.proxyProblems with parameters of type WebLinks Constructor Description ProxyConfigurationProblemsHealthReport(ProxyServerConfigurationCheckController proxyCheckController, PagePlaces pagePlaces, WebLinks webLinks)
-