Class DefaultNamingPolicy
- java.lang.Object
-
- org.apache.maven.shared.release.policies.DefaultNamingPolicy
-
- All Implemented Interfaces:
NamingPolicy
@Component(role=NamingPolicy.class, hint="default") public class DefaultNamingPolicy extends java.lang.Object implements NamingPolicy
- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description DefaultNamingPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamingPolicyResultgetName(NamingPolicyRequest request)Calculation of the name used for branching or tagging.
-
-
-
Method Detail
-
getName
public NamingPolicyResult getName(NamingPolicyRequest request) throws PolicyException
Description copied from interface:NamingPolicyCalculation of the name used for branching or tagging.- Specified by:
getNamein interfaceNamingPolicy- Throws:
PolicyException
-
-