public interface ArtifactVersionFactory
versions.| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
create(int major,
int minor,
int patch,
boolean isSnapshot)
Creates an
ArtifactVersion with the defined version as parameter. |
ArtifactVersion |
create(String version) |
ArtifactVersion create(String version)
version - in the format X.Y.Z[-SNAPSHOT || HFx || Jira-x].ArtifactVersion create(int major, int minor, int patch, boolean isSnapshot)
ArtifactVersion with the defined version as parameter.major - version.minor - version.patch - version.isSnapshot - whether version is snapshot.Copyright © 2024. All rights reserved.