com.atlassian.bamboo.plugins.jira.summary.deployment
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
Nested classes/interfaces inherited from interface com.atlassian.json.marshal.Jsonable |
com.atlassian.json.marshal.Jsonable.JsonMappingException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentStatusJsonBean
public EnvironmentStatusJsonBean(String title,
Long id,
String url,
int position,
String project,
long projectId,
String projectUrl,
String status)
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()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.