Class ProgressJsonBean

java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean

public class ProgressJsonBean extends Object
This bean holds the time tracking information that is sent back to clients of the REST API.
Since:
v5.0
  • Constructor Details

    • ProgressJsonBean

      public ProgressJsonBean()
  • Method Details

    • getProgress

      public Long getProgress()
    • setProgress

      public void setProgress(Long progress)
    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • getPercent

      public Long getPercent()
    • setPercent

      public void setPercent(Long percent)
    • shortBean

      public static ProgressJsonBean shortBean(Long progress, Long total, Long percent)
      Returns:
      null if the input is null