Interface IPlatformVersionsApi

All Known Implementing Classes:
PlatformVersionsApi

public interface IPlatformVersionsApi
API to get information about supported versions of 1C:Enterprise.

This interface is a public 1C:Enterprise Development Tools contract to call from Cli.

Restriction:
This interface is not intended to be extended by clients.
Restriction:
This interface is not intended to be implemented by clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a sorted list of supported versions of 1C:Enterprise.
  • Method Details

    • getSupportedVersions

      List<String> getSupportedVersions() throws CliApiException
      Returns a sorted list of supported versions of 1C:Enterprise.
      Returns:
      a sorted list of supported versions of 1C:Enterprise, never null
      Throws:
      CliApiException - if 1C:Enterprise Development Tools internal error occurred