com.atlassian.bamboo.plugins.rest.model.build.status
Class RestResultStatus

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.build.status.RestResultStatus
Direct Known Subclasses:
RestChainResultStatus, RestJobResultStatus

public class RestResultStatus
extends Object


Field Summary
protected  Boolean finished
           
static String KEY
           
protected  String planResultKey
           
protected  String prettyQueuedTime
           
protected  RestProgress progress
           
 
Constructor Summary
RestResultStatus()
           
 
Method Summary
 void setFinished(Boolean finished)
           
 void setPlanResultKey(String planResultKey)
           
 void setPrettyQueuedTime(String prettyQueuedTime)
           
 void setProgress(RestProgress progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RestResultStatus

public RestResultStatus()
Method Detail

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.