public class CandidateRelease extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
CR_VERSION |
static Pattern |
GA_VERSION |
static Pattern |
VERSION_PART |
| Constructor and Description |
|---|
CandidateRelease(com.atlassian.jira.rest.client.api.domain.Version version) |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractVersion(String name) |
List<org.jboss.set.aphrodite.domain.Issue> |
getIssues() |
static boolean |
isCR(String releaseCandidateName) |
static boolean |
isGA(String releaseCandidateName) |
public static final Pattern GA_VERSION
public static final Pattern VERSION_PART
public static final Pattern CR_VERSION
public CandidateRelease(com.atlassian.jira.rest.client.api.domain.Version version)
public static boolean isGA(String releaseCandidateName)
public static boolean isCR(String releaseCandidateName)
public static String extractVersion(String name) throws NotFoundException
NotFoundExceptionpublic List<org.jboss.set.aphrodite.domain.Issue> getIssues() throws NameNotFoundException
NameNotFoundExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.