Interface VersionDetails


  • public interface VersionDetails
    • Method Detail

      • getBranchName

        java.lang.String getBranchName()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getGitHashFull

        java.lang.String getGitHashFull()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getGitHash

        java.lang.String getGitHash()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getLastTag

        java.lang.String getLastTag()
      • getCommitDistance

        int getCommitDistance()
      • getIsCleanTag

        boolean getIsCleanTag()
      • getVersion

        java.lang.String getVersion()