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(@Nullable 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.JsonableIOExceptionpublic void setStatus(BuildState status)
public void setBuildCompletedDate(@Nullable
@Nullable Date buildCompletedDate)
public void incrementBuildCount()
public String getPlanKey()
public int getBuildCount()
public String getStatus()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.