public class PlanStatusJsonBean extends Object implements com.atlassian.json.marshal.Jsonable
Constructor and Description |
---|
PlanStatusJsonBean(PlanKey planKey) |
Modifier and Type | Method and Description |
---|---|
int |
getBuildCount() |
String |
getPlanKey() |
String |
getStatus() |
void |
incrementBuildCount() |
void |
setBuildCompletedDate(Date buildCompletedDate) |
void |
setStatus(BuildState status) |
String |
toString() |
void |
write(Writer writer) |
public PlanStatusJsonBean(PlanKey planKey)
public void write(Writer writer) throws IOException
write
in interface com.atlassian.json.marshal.Jsonable
IOException
public void setStatus(BuildState status)
public void setBuildCompletedDate(@Nullable Date buildCompletedDate)
public void incrementBuildCount()
public String getPlanKey()
public int getBuildCount()
public String getStatus()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.