Class RemoveParametersCheck
java.lang.Object
com.atlassian.greenhopper.manager.rank.instruction.Instruction
com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
com.atlassian.greenhopper.manager.rank.instruction.BaseInputParametersCheck
com.atlassian.greenhopper.manager.rank.instruction.RemoveParametersCheck
Checks the input parameters for a remove operation.
This instruction merely checks some basic assumptions
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.rank.instruction.BaseInstruction
customFieldId, issueId
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveParametersCheck
(com.atlassian.activeobjects.external.ActiveObjects ao, Long customFieldId, Long issueId, Long oldPrevious, Long oldNext) -
Method Summary
Modifier and TypeMethodDescriptionGet the state of the db before executing this instructionMethods inherited from class com.atlassian.greenhopper.manager.rank.instruction.BaseInputParametersCheck
sanityCheck
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
-
Constructor Details
-
RemoveParametersCheck
-
-
Method Details
-
getBeforeState
Description copied from class:Instruction
Get the state of the db before executing this instruction- Overrides:
getBeforeState
in classInstruction
-
getOldPrevious
-
getOldNext
-