Uses of Class
net.anwiba.commons.version.ReleaseState
-
-
Uses of ReleaseState in net.anwiba.commons.version
Methods in net.anwiba.commons.version that return ReleaseState Modifier and Type Method Description ReleaseStateIVersion. getReleaseState()ReleaseStateVersion. getReleaseState()static ReleaseStateReleaseState. valueOf(java.lang.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.Methods in net.anwiba.commons.version with parameters of type ReleaseState Modifier and Type Method Description VersionBuilderVersionBuilder. setReleaseState(ReleaseState releaseState)Constructors in net.anwiba.commons.version with parameters of type ReleaseState Constructor Description Version(int major, int minor, ReleaseState releaseState, int step, ProductState productState, java.time.ZonedDateTime date, int buildCount)
-