Class DistributedPropertiesImpl
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.properties.DistributedPropertiesImpl
-
- All Implemented Interfaces:
DistributedProperties
,Serializable
public class DistributedPropertiesImpl extends Object implements DistributedProperties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributedPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAgentUpTime()
Date
getLastShutdownTime()
Date
getLastStartupTime()
void
setLastShutdownTime(@Nullable Date lastShutdownTime)
void
setLastStartupTime(@Nullable Date lastStartupTime)
-
-
-
Method Detail
-
getLastShutdownTime
public Date getLastShutdownTime()
- Specified by:
getLastShutdownTime
in interfaceDistributedProperties
-
getLastStartupTime
public Date getLastStartupTime()
- Specified by:
getLastStartupTime
in interfaceDistributedProperties
-
setLastShutdownTime
public void setLastShutdownTime(@Nullable @Nullable Date lastShutdownTime)
- Specified by:
setLastShutdownTime
in interfaceDistributedProperties
-
setLastStartupTime
public void setLastStartupTime(@Nullable @Nullable Date lastStartupTime)
- Specified by:
setLastStartupTime
in interfaceDistributedProperties
-
getAgentUpTime
public long getAgentUpTime()
- Specified by:
getAgentUpTime
in interfaceDistributedProperties
-
-