java.lang.Object
com.atlassian.greenhopper.web.rapid.chart.burndown.ColumnChange

public class ColumnChange extends Object
  • Field Details

    • notDone

      public Boolean notDone
      true: added to not done column false: removed from not done column
    • done

      public Boolean done
      true: added to done column false: removed from done column
    • newStatus

      public String newStatus
  • Constructor Details

    • ColumnChange

      public ColumnChange()
    • ColumnChange

      public ColumnChange(Boolean notDone, Boolean done, String newStatus)