java.lang.Object | |
↳ | com.atlassian.jira.functest.config.dashboard.DashboardConfigurationCheck |
Configuration check that ensures dashboard configuration is clean and consistent.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CHECKID_ABSOLUTE | Check to see if there are any gadets with absolute URLs are defined. | |||||||||
String | CHECKID_DASHBOARDS | Check to see if there are non-system dashboards. | |||||||||
String | CHECKID_EXTERNAL | Check to see if there are any external gadgets defined. | |||||||||
String | CHECKID_GADGETS | Check to see if there are gadgets on the dashboards. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Check the correctness of the passed JIRA XML.
| |||||||||||
Fix the passed JIRA configuration and remove any errors.
|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Check to see if there are any gadets with absolute URLs are defined.
Check to see if there are non-system dashboards.
Check to see if there are any external gadgets defined.
Check to see if there are gadgets on the dashboards.
Check the correctness of the passed JIRA XML. It must be possible to call this method multiple times with different agruments (i.e. the object should be stateless).
config | the configuration to check. |
---|---|
options | the context for the check. This is where errors can be reported. |
Fix the passed JIRA configuration and remove any errors.
config | the configuration to check. |
---|---|
options | the context for the check. This can be used to see what checks are currently enabled for the passed configuration. |