| Modifier and Type | Method and Description |
|---|---|
ReleaseState |
IVersion.getReleaseState() |
ReleaseState |
Version.getReleaseState() |
static ReleaseState |
ReleaseState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseState[] |
ReleaseState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VersionBuilder |
VersionBuilder.setReleaseState(ReleaseState releaseState) |
| Constructor and Description |
|---|
Version(int major,
int minor,
ReleaseState releaseState,
int step,
ProductState productState,
java.time.ZonedDateTime date,
int buildCount) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.