Uses of Class
org.apache.maven.shared.release.policy.PolicyException
-
-
Uses of PolicyException in org.apache.maven.shared.release.phase
Methods in org.apache.maven.shared.release.phase that throw PolicyException Modifier and Type Method Description private java.lang.String
InputVariablesPhase. resolveSuggestedName(java.lang.String policyId, java.lang.String version, org.apache.maven.project.MavenProject project)
private java.lang.String
MapVersionsPhase. resolveSuggestedVersion(java.lang.String baseVersion, java.lang.String policyId)
-
Uses of PolicyException in org.apache.maven.shared.release.policies
Methods in org.apache.maven.shared.release.policies that throw PolicyException Modifier and Type Method Description VersionPolicyResult
DefaultVersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)
NamingPolicyResult
DefaultNamingPolicy. getName(NamingPolicyRequest request)
VersionPolicyResult
DefaultVersionPolicy. getReleaseVersion(VersionPolicyRequest request)
-
Uses of PolicyException in org.apache.maven.shared.release.policy.naming
Methods in org.apache.maven.shared.release.policy.naming that throw PolicyException Modifier and Type Method Description NamingPolicyResult
NamingPolicy. getName(NamingPolicyRequest request)
Calculation of the name used for branching or tagging. -
Uses of PolicyException in org.apache.maven.shared.release.policy.version
Methods in org.apache.maven.shared.release.policy.version that throw PolicyException Modifier and Type Method Description VersionPolicyResult
VersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)
Calculation of the next development version from release state.VersionPolicyResult
VersionPolicy. getReleaseVersion(VersionPolicyRequest request)
Calculation of the release version from development state.
-