|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.functest.config.mail.MailChecker
public class MailChecker
Check to make sure that there are no mail services configured.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.atlassian.jira.functest.config.ConfigurationCheck |
|---|
ConfigurationCheck.Result |
| Field Summary | |
|---|---|
static String |
CHECK_MAIL_SERVER
Check to make sure there are no mail servers. |
static String |
CHECK_MAIL_SERVICE
Check to make sure there are no mail services. |
static List<String> |
SERVICES
JIRA's mail services. |
| Constructor Summary | |
|---|---|
MailChecker()
|
|
| Method Summary | |
|---|---|
ConfigurationCheck.Result |
checkConfiguration(JiraConfig config,
CheckOptions options)
Check the correctness of the passed JIRA XML. |
void |
fixConfiguration(JiraConfig config,
CheckOptions options)
Fix the passed JIRA configuration and remove any errors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CHECK_MAIL_SERVER
public static final String CHECK_MAIL_SERVICE
public static final List<String> SERVICES
| Constructor Detail |
|---|
public MailChecker()
| Method Detail |
|---|
public ConfigurationCheck.Result checkConfiguration(JiraConfig config,
CheckOptions options)
ConfigurationCheck
checkConfiguration in interface ConfigurationCheckconfig - the configuration to check.options - the context for the check. This is where errors can be reported.
public void fixConfiguration(JiraConfig config,
CheckOptions options)
ConfigurationCheck
fixConfiguration in interface ConfigurationCheckconfig - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||