com.atlassian.bamboo.plugins.jira.summary.deployment
Class EnvironmentStatusJsonBean

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

public class EnvironmentStatusJsonBean
extends java.lang.Object
implements com.atlassian.json.marshal.Jsonable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.json.marshal.Jsonable
com.atlassian.json.marshal.Jsonable.JsonMappingException
 
Constructor Summary
EnvironmentStatusJsonBean(java.lang.String title, java.lang.Long id, java.lang.String url, int position, java.lang.String project, long projectId, java.lang.String projectUrl, java.lang.String status)
           
 
Method Summary
 java.lang.Long getId()
           
 int getPosition()
           
 java.lang.String getProject()
           
 long getProjectId()
           
 java.lang.String getStatus()
           
 java.lang.String getTitle()
           
 void write(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentStatusJsonBean

public EnvironmentStatusJsonBean(java.lang.String title,
                                 java.lang.Long id,
                                 java.lang.String url,
                                 int position,
                                 java.lang.String project,
                                 long projectId,
                                 java.lang.String projectUrl,
                                 java.lang.String status)
Method Detail

write

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

getTitle

public java.lang.String getTitle()

getId

public java.lang.Long getId()

getPosition

public int getPosition()

getProject

public java.lang.String getProject()

getProjectId

public long getProjectId()

getStatus

public java.lang.String getStatus()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.