Class DistributedPropertiesImpl
java.lang.Object
com.atlassian.bamboo.v2.build.agent.properties.DistributedPropertiesImpl
- All Implemented Interfaces:
DistributedProperties
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setLastShutdownTime
(@Nullable Date lastShutdownTime) void
setLastStartupTime
(@Nullable Date lastStartupTime)
-
Constructor Details
-
DistributedPropertiesImpl
public DistributedPropertiesImpl()
-
-
Method Details
-
getLastShutdownTime
- Specified by:
getLastShutdownTime
in interfaceDistributedProperties
-
getLastStartupTime
- Specified by:
getLastStartupTime
in interfaceDistributedProperties
-
setLastShutdownTime
- Specified by:
setLastShutdownTime
in interfaceDistributedProperties
-
setLastStartupTime
- Specified by:
setLastStartupTime
in interfaceDistributedProperties
-
getAgentUpTime
public long getAgentUpTime()- Specified by:
getAgentUpTime
in interfaceDistributedProperties
-