Class BucketFieldCheck
java.lang.Object
com.atlassian.greenhopper.service.lexorank.integrity.BucketFieldCheck
Prior to Agile 7.2.8 the LEXORANK table didn't have a BUCKET column, so added an integrity check
that validates that this field is being populated correctly.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Perform the check for the given lexorank custom field id.protected boolean
getName()
boolean
isFatal()
boolean
performCheck
(Long rankFieldId)
-
Field Details
-
lexoRankDao
-
failureReason
-
exception
-
-
Constructor Details
-
BucketFieldCheck
-
-
Method Details
-
getName
-
getDescription
-
isFatal
public boolean isFatal() -
check
Perform the check for the given lexorank custom field id.- Returns:
- if the ranking for the given rank field id passed the check or not.
- Throws:
Exception
-
getFailureReason
-
fail
-
performCheck
-