Interface Version

All Known Implementing Classes:
AbstractVersion, PowsyblCoreVersion

public interface Version
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • list

      static List<Version> list()
    • getTableString

      static String getTableString()
    • getTableString

      static String getTableString(PlatformConfig platformConfig)
    • convertBuildTimestamp

      static String convertBuildTimestamp(Long buildTimestamp)
    • getRepositoryName

      String getRepositoryName()
    • getGitVersion

      String getGitVersion()
    • getMavenProjectVersion

      String getMavenProjectVersion()
    • getGitBranch

      String getGitBranch()
    • getBuildTimestamp

      long getBuildTimestamp()