Package com.atlassian.bamboo.testutils
Class Oauth2ApplicationLinksTestHelper
java.lang.Object
com.atlassian.bamboo.testutils.Oauth2ApplicationLinksTestHelper
OAuth2 helper for creating application links in tests.
Based on dc-platform OAuth2 implementation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateBiDirectionalApplinkWithOAuth2(String bambooBaseUrl, String typeId, String remoteBaseUrl) Creates bidirectional OAuth2 applink with default scopes based on product typestatic voiddeleteBambooApplinkToRemote(String bambooBaseUrl, String remoteApplicationType, BambooEnvironmentData bambooEnvironmentData)
-
Field Details
-
JIRA
- See Also:
-
-
Constructor Details
-
Oauth2ApplicationLinksTestHelper
public Oauth2ApplicationLinksTestHelper()
-
-
Method Details
-
createBiDirectionalApplinkWithOAuth2
public static void createBiDirectionalApplinkWithOAuth2(String bambooBaseUrl, String typeId, String remoteBaseUrl) Creates bidirectional OAuth2 applink with default scopes based on product type -
deleteBambooApplinkToRemote
public static void deleteBambooApplinkToRemote(String bambooBaseUrl, String remoteApplicationType, BambooEnvironmentData bambooEnvironmentData)
-