Class DevopsPipelineInstance


public class DevopsPipelineInstance extends OMVSServiceInstance
DevopsPipelineInstance caches references to the objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Details

    • DevopsPipelineInstance

      public DevopsPipelineInstance(String serverName, AuditLog auditLog, String localServerUserId, String localServerSecretsStoreProvider, String localServerSecretsStoreLocation, String localServerSecretsStoreCollection, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up the Devops Pipeline OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      localServerSecretsStoreProvider - secrets store connector for bearer token
      localServerSecretsStoreLocation - secrets store location for bearer token
      localServerSecretsStoreCollection - secrets store collection for bearer token
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getStorageVolumeHandler

      public StorageVolumeHandler getStorageVolumeHandler()
      Return the open metadata handler.
      Returns:
      client
    • getNetworkHandler

      public NetworkHandler getNetworkHandler()
      Return the open metadata handler.
      Returns:
      client
    • getAssetHandler

      public AssetHandler getAssetHandler()
      Return the open metadata handler.
      Returns:
      client
    • getOperatingPlatformHandler

      public OperatingPlatformHandler getOperatingPlatformHandler()
      Return the open metadata handler.
      Returns:
      client
    • getSoftwareCapabilityHandler

      public SoftwareCapabilityHandler getSoftwareCapabilityHandler()
      Return the open metadata handler.
      Returns:
      client
    • getSoftwareDevelopmentHandler

      public SoftwareDevelopmentHandler getSoftwareDevelopmentHandler()
      Return the open metadata handler.
      Returns:
      client