Class PlanStatusJsonBean

  • All Implemented Interfaces:
    com.atlassian.json.marshal.Jsonable

    public class PlanStatusJsonBean
    extends Object
    implements com.atlassian.json.marshal.Jsonable
    • Constructor Detail

      • PlanStatusJsonBean

        public PlanStatusJsonBean​(PlanKey planKey)
    • Method Detail

      • write

        public void write​(Writer writer)
                   throws IOException
        Specified by:
        write in interface com.atlassian.json.marshal.Jsonable
        Throws:
        IOException
      • setStatus

        public void setStatus​(BuildState status)
      • setBuildCompletedDate

        public void setBuildCompletedDate​(@Nullable
                                          @Nullable Date buildCompletedDate)
      • incrementBuildCount

        public void incrementBuildCount()
      • getPlanKey

        public String getPlanKey()
      • getBuildCount

        public int getBuildCount()
      • getStatus

        public String getStatus()