com.atlassian.bamboo.v2.build.agent.properties
Class DistributedPropertiesImpl

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.properties.DistributedPropertiesImpl
All Implemented Interfaces:
DistributedProperties

public class DistributedPropertiesImpl
extends java.lang.Object
implements DistributedProperties


Constructor Summary
DistributedPropertiesImpl()
           
 
Method Summary
 long getAgentUpTime()
           
 java.util.Date getLastShutdownTime()
           
 java.util.Date getLastStartupTime()
           
 void setLastShutdownTime(java.util.Date lastShutdownTime)
           
 void setLastStartupTime(java.util.Date lastStartupTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedPropertiesImpl

public DistributedPropertiesImpl()
Method Detail

getLastShutdownTime

public java.util.Date getLastShutdownTime()
Specified by:
getLastShutdownTime in interface DistributedProperties

getLastStartupTime

public java.util.Date getLastStartupTime()
Specified by:
getLastStartupTime in interface DistributedProperties

setLastShutdownTime

public void setLastShutdownTime(@Nullable
                                java.util.Date lastShutdownTime)
Specified by:
setLastShutdownTime in interface DistributedProperties

setLastStartupTime

public void setLastStartupTime(@Nullable
                               java.util.Date lastStartupTime)
Specified by:
setLastStartupTime in interface DistributedProperties

getAgentUpTime

public long getAgentUpTime()
Specified by:
getAgentUpTime in interface DistributedProperties


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.