java.lang.Object |
↳ |
com.atlassian.jira.functest.framework.admin.plugins.ResourceAction |
Class Overview
Represents a reference action in the Reference Plugin that is used to test availability of i18n resources.
It receives an i18n key through the resourceKey url parameter and attempts to display the value of that key
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
void
goTo
(String resourceKey)
public
boolean
isKeyValuePresent
(String keyValue)
public
boolean
isKeyValuePresent
()