Class MoveFieldInfo

java.lang.Object
com.atlassian.jira.bc.issue.fields.screen.MoveFieldInfo

@ExperimentalApi public class MoveFieldInfo extends Object
Represents intention to move a field along the screen
Since:
v7.4
  • Constructor Details

    • MoveFieldInfo

      public MoveFieldInfo(Optional<String> afterField, Optional<MoveFieldInfo.MoveFieldPosition> desiredPosition)
      Creates new instance of move intent. It should contain one and only one actual intent.
      Parameters:
      afterField - expresses an intent of move given field after already existing field
      desiredPosition - expresses intent of move given field disregarding other fields
  • Method Details