java.lang.Object
com.atlassian.greenhopper.manager.rank.instruction.Instruction
Direct Known Subclasses:
BaseInstruction, TopOfChainCheck

public abstract class Instruction extends Object
Abstract Instruction class.
  • 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

      public String getBeforeState()
      Get the state of the db before executing this instruction
    • getAfterState

      public String getAfterState()
      Get the state of the db after executing this instruction