Package org.jboss.set.assistant
Class Constants
- java.lang.Object
-
- org.jboss.set.assistant.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_BASE_PATHstatic StringAPI_ISSUE_PATHstatic StringBROWSE_ISSUE_PATHstatic PatternBZ_ID_PARAM_PATTERNstatic PatternEAP64ZPAYLOADPATTERNstatic StringEAP64ZSTREAMstatic StringEAP7_STREAM_TARGET_RELEASE_70ZGAstatic StringEAP7_STREAM_TARGET_RELEASE_71ZGAstatic StringEAP7_STREAM_TARGET_RELEASE_72ZGAstatic StringEAP7_STREAM_TARGET_RELEASE_7BACKLOGGAstatic PatternEAP70ZPAYLOADPATTERNstatic StringEAP70ZSTREAMstatic PatternEAP71ZPAYLOADPATTERNstatic StringEAP71ZSTREAMstatic PatternEAP72ZPAYLOADPATTERNstatic StringEAP72ZSTREAMstatic StringNOTAPPLICABLEstatic PatternRELATED_PR_PATTERNstatic PatternUPSTREAM_NOT_REQUIRED
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
UPSTREAM_NOT_REQUIRED
public static final Pattern UPSTREAM_NOT_REQUIRED
-
RELATED_PR_PATTERN
public static final Pattern RELATED_PR_PATTERN
-
BZ_ID_PARAM_PATTERN
public static final Pattern BZ_ID_PARAM_PATTERN
-
EAP64ZPAYLOADPATTERN
public static final Pattern EAP64ZPAYLOADPATTERN
-
EAP70ZPAYLOADPATTERN
public static final Pattern EAP70ZPAYLOADPATTERN
-
EAP71ZPAYLOADPATTERN
public static final Pattern EAP71ZPAYLOADPATTERN
-
EAP72ZPAYLOADPATTERN
public static final Pattern EAP72ZPAYLOADPATTERN
-
API_BASE_PATH
public static final String API_BASE_PATH
- See Also:
- Constant Field Values
-
API_ISSUE_PATH
public static final String API_ISSUE_PATH
- See Also:
- Constant Field Values
-
BROWSE_ISSUE_PATH
public static final String BROWSE_ISSUE_PATH
- See Also:
- Constant Field Values
-
EAP7_STREAM_TARGET_RELEASE_70ZGA
public static final String EAP7_STREAM_TARGET_RELEASE_70ZGA
- See Also:
- Constant Field Values
-
EAP7_STREAM_TARGET_RELEASE_71ZGA
public static final String EAP7_STREAM_TARGET_RELEASE_71ZGA
- See Also:
- Constant Field Values
-
EAP7_STREAM_TARGET_RELEASE_72ZGA
public static final String EAP7_STREAM_TARGET_RELEASE_72ZGA
- See Also:
- Constant Field Values
-
EAP7_STREAM_TARGET_RELEASE_7BACKLOGGA
public static final String EAP7_STREAM_TARGET_RELEASE_7BACKLOGGA
- See Also:
- Constant Field Values
-
EAP64ZSTREAM
public static final String EAP64ZSTREAM
- See Also:
- Constant Field Values
-
EAP70ZSTREAM
public static final String EAP70ZSTREAM
- See Also:
- Constant Field Values
-
EAP71ZSTREAM
public static final String EAP71ZSTREAM
- See Also:
- Constant Field Values
-
EAP72ZSTREAM
public static final String EAP72ZSTREAM
- See Also:
- Constant Field Values
-
NOTAPPLICABLE
public static final String NOTAPPLICABLE
- See Also:
- Constant Field Values
-
-