Package com.atlassian.jira.util
Class JiraKeyUtilsAccesor
java.lang.Object
com.atlassian.jira.util.JiraKeyUtilsAccesor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JiraKeyUtils.KeyMatcherstatic voidThis is a public static method to be called by test classes outside of this package.static voidresetKeyMatcher(String regex) static voidsetKeyMatcher(JiraKeyUtils.KeyMatcher keyMatcher)
-
Constructor Details
-
JiraKeyUtilsAccesor
public JiraKeyUtilsAccesor()
-
-
Method Details
-
refreshKeyMatcherOnUtilClass
public static void refreshKeyMatcherOnUtilClass()This is a public static method to be called by test classes outside of this package.It makes JiraKeyUtils recreate it's cached DefaultKeyMatcher class in order to pick up any changes to the application properties (for example, the project key regex)
-
getCurrentKeyMatcher
-
setKeyMatcher
-
resetKeyMatcher
-