Uses of Class
com.atlassian.greenhopper.manager.rank.instruction.Instruction

Packages that use Instruction
com.atlassian.greenhopper.manager.rank.instruction   
 

Uses of Instruction in com.atlassian.greenhopper.manager.rank.instruction
 

Subclasses of Instruction in com.atlassian.greenhopper.manager.rank.instruction
 class BaseInputParametersCheck
          Checks the customFieldId and issueId parameters.
 class BaseInstruction
          Stores the customFieldId and issueId
 class DatabaseEmptinessCheck
          Checks that there are no issue rows for a given custom field.
 class InsertParametersCheck
          Checks the input parameters for an insert operation.
 class InsertRowInstruction
          Create Row instruction Creates a row, reexecutable
 class LastRowCheck
          Checks that there is only one final row for a given custom field or no row at all.
 class MoveParametersCheck
          Checks the input parameters for an move operation.
 class RemoveParametersCheck
          Checks the input parameters for a remove operation.
 class RemoveRowInstruction
          Delete row instruction
 class TopOfChainCheck
          Ensures that the top of the chain looks as expected
 class UpdateRowInstruction
          Update row instruction
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.