Class Instruction
java.lang.Object
com.atlassian.greenhopper.manager.rank.instruction.Instruction
- Direct Known Subclasses:
BaseInstruction
,TopOfChainCheck
Abstract Instruction class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Execute the instructionGet the state of the db after executing this instructionGet the state of the db before executing this instructionvoid
Execute sanity checks without actually altering the database.
-
Constructor Details
-
Instruction
public Instruction(com.atlassian.activeobjects.external.ActiveObjects ao)
-
-
Method Details
-
sanityCheck
public void sanityCheck()Execute sanity checks without actually altering the database. -
execute
public void execute()Execute the instruction -
getBeforeState
Get the state of the db before executing this instruction -
getAfterState
Get the state of the db after executing this instruction
-