Class EnvironmentStatusJsonBean

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

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

      • EnvironmentStatusJsonBean

        public EnvironmentStatusJsonBean​(String title,
                                         Long id,
                                         String url,
                                         int position,
                                         String project,
                                         long projectId,
                                         String projectUrl,
                                         String status)
    • Method Detail

      • write

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

        public String getTitle()
      • getId

        public Long getId()
      • getPosition

        public int getPosition()
      • getProject

        public String getProject()
      • getProjectId

        public long getProjectId()
      • getStatus

        public String getStatus()