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.StringInputVariablesPhase. resolveSuggestedName(java.lang.String policyId, java.lang.String version, org.apache.maven.project.MavenProject project)private java.lang.StringMapVersionsPhase. 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 VersionPolicyResultDefaultVersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)NamingPolicyResultDefaultNamingPolicy. getName(NamingPolicyRequest request)VersionPolicyResultDefaultVersionPolicy. 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 NamingPolicyResultNamingPolicy. 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 VersionPolicyResultVersionPolicy. getDevelopmentVersion(VersionPolicyRequest request)Calculation of the next development version from release state.VersionPolicyResultVersionPolicy. getReleaseVersion(VersionPolicyRequest request)Calculation of the release version from development state.
-