Class ExemptResource
java.lang.Object
com.atlassian.jira.frontend.resources.ExemptResource
- All Implemented Interfaces:
Comparable<ExemptResource>
Represents a front-end resource that has been excused
and exempted from being counted as an unnecessary resource.
Used in front-end instrumentation tests in conjunction with
the exception lists in the jira-webdriver-tests resources directory.
-
Constructor Details
-
ExemptResource
-
-
Method Details
-
getResourceName
Returns resource name, which is full resource key- Returns:
- resource name, which is full resource key
-
isVariable
public boolean isVariable()Returns if this exception depends on instance configuration.- Returns:
- true if this exception depends on instance configuration.
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExemptResource>
-
equals
-
hashCode
public int hashCode()
-