Enum Class AbstractIntegrityCheckerFormPage.CheckType
java.lang.Object
java.lang.Enum<AbstractIntegrityCheckerFormPage.CheckType>
com.atlassian.jira.pageobjects.pages.admin.AbstractIntegrityCheckerFormPage.CheckType
- All Implemented Interfaces:
Serializable
,Comparable<AbstractIntegrityCheckerFormPage.CheckType>
,Constable
- Enclosing class:
- AbstractIntegrityCheckerFormPage
public static enum AbstractIntegrityCheckerFormPage.CheckType
extends Enum<AbstractIntegrityCheckerFormPage.CheckType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ISSUE_TO_PROJECT_RELATION
-
ISSUE_TO_OS_WORKFLOW_ENTRY_RELATION
-
ISSUE_TO_ISSUE_LINKS_RELATION
-
SEARCH_REQUEST_TO_PROJECT_RELATION
-
DUPLICATE_PERMISSIONS
-
WORKFLOW_ENTRY_STATES_ARE_CORRECT
-
WORKFLOW_CURRENT_STEP_ENTRIES
-
JIRA_ISSUES_WITH_NULL_STATUS
-
FIELD_LAYOUT_SCHEMES_FOR_REFERENCES_TO_DELETED_CUSTOM_FIELDS
public static final AbstractIntegrityCheckerFormPage.CheckType FIELD_LAYOUT_SCHEMES_FOR_REFERENCES_TO_DELETED_CUSTOM_FIELDS -
FILTER_SUBSCRIPTIONS_FOR_REFERENCES_TO_NON_EXISTENT_SCHEDULED_JOB
public static final AbstractIntegrityCheckerFormPage.CheckType FILTER_SUBSCRIPTIONS_FOR_REFERENCES_TO_NON_EXISTENT_SCHEDULED_JOB -
FILTER_SUBSCRIPTIONS_FOR_REFERENCES_TO_NON_EXISTENT_SEARCH_REQUESTS
public static final AbstractIntegrityCheckerFormPage.CheckType FILTER_SUBSCRIPTIONS_FOR_REFERENCES_TO_NON_EXISTENT_SEARCH_REQUESTS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
selectCheck
-