Package com.atlassian.bamboo.buildqueue
Interface RemoteAgentDefinition
- All Superinterfaces:
BambooIdProvider,BambooObject,CapabilityProperties,Cloneable,Comparable<PipelineDefinition>,CreationDateProvider,DistributedProperties,PipelineDefinition,Serializable
- All Known Implementing Classes:
RemoteAgentDefinitionImpl
public interface RemoteAgentDefinition
extends PipelineDefinition, CapabilityProperties, DistributedProperties, Serializable
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING -
Method Summary
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods inherited from interface com.atlassian.bamboo.buildqueue.properties.CapabilityProperties
getCapabilitySet, setCapabilitySetMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.bamboo.buildqueue.properties.DistributedProperties
getAgentUpTime, getLastShutdownTime, getLastStartupTime, setLastShutdownTime, setLastStartupTimeMethods inherited from interface com.atlassian.bamboo.buildqueue.PipelineDefinition
accept, getCreationDate, getDescription, getEphemeralAgentDedication, getEphemeralAgentDedicationUntyped, getLastModificationDate, getName, getType, isDedicated, isEnabled, isManuallyNamed, setCreationDate, setDescription, setEnabled, setEphemeralAgentDedication, setEphemeralAgentDedicationUntyped, setLastModificationDate, setManuallyNamed, setName
-
Method Details
-
getUuid
UUID identifying the network agent connects from. Used by agent authentication feature. -
setUuid
-