Class CandidateRelease
- java.lang.Object
-
- org.jboss.set.aphrodite.issue.trackers.jira.CandidateRelease
-
public class CandidateRelease extends Object
Created by Marek Marusicon 6/17/19.
-
-
Field Summary
Fields Modifier and Type Field Description static PatternCR_VERSIONstatic PatternGA_VERSIONstatic PatternVERSION_PART
-
Constructor Summary
Constructors Constructor Description CandidateRelease(com.atlassian.jira.rest.client.api.domain.Version version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringextractVersion(String name)List<org.jboss.set.aphrodite.domain.Issue>getIssues()static booleanisCR(String releaseCandidateName)static booleanisGA(String releaseCandidateName)
-
-
-
Method Detail
-
isGA
public static boolean isGA(String releaseCandidateName)
-
isCR
public static boolean isCR(String releaseCandidateName)
-
extractVersion
public static String extractVersion(String name) throws org.jboss.set.aphrodite.spi.NotFoundException
- Throws:
org.jboss.set.aphrodite.spi.NotFoundException
-
getIssues
public List<org.jboss.set.aphrodite.domain.Issue> getIssues() throws NameNotFoundException
- Throws:
NameNotFoundException
-
-