Class BaseInputParametersCheck
java.lang.Object
com.atlassian.greenhopper.manager.rank.instruction.Instruction
com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
com.atlassian.greenhopper.manager.rank.instruction.BaseInputParametersCheck
- Direct Known Subclasses:
InsertParametersCheck
,MoveParametersCheck
,RemoveParametersCheck
Checks the customFieldId and issueId parameters.
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
customFieldId, issueId
-
Constructor Summary
ConstructorsConstructorDescriptionBaseInputParametersCheck
(com.atlassian.activeobjects.external.ActiveObjects ao, Long customFieldId, Long issueId) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Sanity check for customFieldId and issueId.Methods inherited from class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
getCustomFieldId, getIssueId
Methods inherited from class com.atlassian.greenhopper.manager.rank.instruction.Instruction
execute, getAfterState, getBeforeState
-
Constructor Details
-
BaseInputParametersCheck
-
-
Method Details
-
sanityCheck
public final void sanityCheck()Sanity check for customFieldId and issueId.- Overrides:
sanityCheck
in classInstruction
-