Uses of Interface
com.atlassian.bamboo.specs.util.AuthenticationProvider
Packages that use AuthenticationProvider
-
Uses of AuthenticationProvider in com.atlassian.bamboo.specs.util
Subinterfaces of AuthenticationProvider in com.atlassian.bamboo.specs.utilModifier and TypeInterfaceDescriptioninterface
interface
Deprecated.Classes in com.atlassian.bamboo.specs.util that implement AuthenticationProviderModifier and TypeClassDescriptionclass
Deprecated.since 7.0.4, useFileTokenCredentials
class
class
Deprecated.since 7.1.0, useFileTokenCredentials
class
class
Deprecated.since 7.1.0, useSimpleTokenCredentials
insteadMethods in com.atlassian.bamboo.specs.util that return AuthenticationProviderMethods in com.atlassian.bamboo.specs.util with parameters of type AuthenticationProviderModifier and TypeMethodDescriptionstatic RestTaskFactory.RestTask
RestTaskFactory.create
(URI bambooServerUrl, AuthenticationProvider authenticationProvider, RootEntityPropertiesBuilder entity, String payload) RestHelper.post
(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) RestHelper.put
(URI uri, AuthenticationProvider authenticationProvider, String yamlContent) Constructors in com.atlassian.bamboo.specs.util with parameters of type AuthenticationProviderModifierConstructorDescriptionBambooServer
(@NotNull String baseUrl, @NotNull AuthenticationProvider authenticationProvider) Create an instance of Bamboo server with specifiedAuthenticationProvider
.
TokenCredentials
instead