java.lang.Object
com.atlassian.greenhopper.manager.rank.instruction.Instruction
com.atlassian.greenhopper.manager.rank.instruction.TopOfChainCheck

public class TopOfChainCheck extends Instruction
Ensures that the top of the chain looks as expected
  • Constructor Details

    • TopOfChainCheck

      public TopOfChainCheck(com.atlassian.activeobjects.external.ActiveObjects ao, Long customFieldId, Long headIssueId, Long possibleParentIssueId)
  • Method Details

    • sanityCheck

      public void sanityCheck()
      Sanity check for top of chain alterations.
      Overrides:
      sanityCheck in class Instruction
    • getBeforeState

      public String getBeforeState()
      Description copied from class: Instruction
      Get the state of the db before executing this instruction
      Overrides:
      getBeforeState in class Instruction
    • getCustomFieldId

      public Long getCustomFieldId()
    • getHeadIssueId

      public Long getHeadIssueId()
    • getPossibleParentId

      public Long getPossibleParentId()