Class StudioBranchDS

java.lang.Object
com.aquima.interactions.ds.studio.r17.StudioRepoDS
com.aquima.interactions.ds.studio.r17.StudioBranchDS
All Implemented Interfaces:
IPortalEngineDS

public final class StudioBranchDS extends StudioRepoDS
Portal engine data source implementation that connects to the Studio management service for projects for a specific repository and branch name.
Since:
17.1
  • Constructor Details

    • StudioBranchDS

      public StudioBranchDS(IAquimaConfiguration configuration, String repositoryName, String branchName, AquimaStudioClient studioClient)
      This constructs a StudioBranchDS.
      Parameters:
      configuration - The Aquima configuration.
      repositoryName - the name of the repository
      branchName - the name of the branch with the project
      studioClient - the client to connect to Studio
  • Method Details