com.atlassian.bamboo.plugins.rest.model.build.status
Class RestResultStatus
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
- Direct Known Subclasses:
- RestChainResultStatus, RestJobResultStatus
public class RestResultStatus
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
- See Also:
- Constant Field Values
planResultKey
protected String planResultKey
finished
protected Boolean finished
prettyQueuedTime
protected String prettyQueuedTime
progress
protected RestProgress progress
RestResultStatus
public RestResultStatus()
setPlanResultKey
public void setPlanResultKey(String planResultKey)
setFinished
public void setFinished(Boolean finished)
setPrettyQueuedTime
public void setPrettyQueuedTime(String prettyQueuedTime)
setProgress
public void setProgress(RestProgress progress)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.