Class EnvironmentStatusJsonBean

java.lang.Object
com.atlassian.bamboo.plugins.jira.summary.deployment.EnvironmentStatusJsonBean
All Implemented Interfaces:
com.atlassian.json.marshal.Jsonable

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

    • EnvironmentStatusJsonBean

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

    • 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()