Uses of Class
japicmp.versioning.SemanticVersion.ChangeType
-
Packages that use SemanticVersion.ChangeType Package Description japicmp.maven japicmp.versioning -
-
Uses of SemanticVersion.ChangeType in japicmp.maven
Methods in japicmp.maven that return types with arguments of type SemanticVersion.ChangeType Modifier and Type Method Description Optional<SemanticVersion.ChangeType>
VersionChange. computeChangeType()
-
Uses of SemanticVersion.ChangeType in japicmp.versioning
Methods in japicmp.versioning that return SemanticVersion.ChangeType Modifier and Type Method Description static SemanticVersion.ChangeType
SemanticVersion.ChangeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SemanticVersion.ChangeType[]
SemanticVersion.ChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.versioning that return types with arguments of type SemanticVersion.ChangeType Modifier and Type Method Description Optional<SemanticVersion.ChangeType>
SemanticVersion. computeChangeType(SemanticVersion version)
Optional<SemanticVersion.ChangeType>
VersionChange. computeChangeType()
-