Package com.palantir.gradle.gitversion
Interface VersionDetails
public interface VersionDetails
-
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Method Details
-
getBranchName
- Throws:
IOException
-
getGitHashFull
- Throws:
IOException
-
getGitHash
- Throws:
IOException
-
getLastTag
String getLastTag() -
getCommitDistance
int getCommitDistance() -
getIsCleanTag
boolean getIsCleanTag() -
getVersion
String getVersion()
-