Package berlin.yuna.mavendeploy.logic
Class SemanticService
- java.lang.Object
-
- berlin.yuna.mavendeploy.logic.SemanticService
-
public class SemanticService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SemanticService(PluginSession session, GitService gitService, java.lang.String semanticFormat)
-
Method Summary
Modifier and Type Method Description java.util.Optional<java.lang.String>getBranchNameRefLog()java.lang.StringgetNextSemanticVersion(java.lang.String currentVersion, java.lang.String fallback)
-
-
-
Constructor Detail
-
SemanticService
public SemanticService(PluginSession session, GitService gitService, java.lang.String semanticFormat)
-
-