Interface NamingPolicy
-
- All Known Implementing Classes:
DefaultNamingPolicy
public interface NamingPolicyAPI for branch and tag naming. Used by maven-release-plugin to suggest names for tags and branches.- Since:
- 3.0.0 (MRELEASE-979)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamingPolicyResultgetName(NamingPolicyRequest request)Calculation of the name used for branching or tagging.
-
-
-
Method Detail
-
getName
NamingPolicyResult getName(NamingPolicyRequest request) throws PolicyException
Calculation of the name used for branching or tagging.- Throws:
PolicyException
-
-