Class Oauth2ApplicationLinksTestHelper

java.lang.Object
com.atlassian.bamboo.testutils.Oauth2ApplicationLinksTestHelper

public class Oauth2ApplicationLinksTestHelper extends Object
OAuth2 helper for creating application links in tests. Based on dc-platform OAuth2 implementation
  • Field Details

  • 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)