public class Release extends Object
| Constructor and Description |
|---|
Release() |
Release(String version) |
Release(String version,
String milestone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getMilestone() |
Optional<String> |
getVersion() |
int |
hashCode() |
void |
setMilestone(String milestone) |
void |
setVersion(String version) |
String |
toString() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.