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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable UUIDgetUuid()UUID identifying the network agent connects from.voidsetUuid(@Nullable UUID uuid)-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.buildqueue.properties.CapabilityProperties
getCapabilitySet, setCapabilitySet
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.atlassian.bamboo.buildqueue.properties.DistributedProperties
getAgentUpTime, getLastShutdownTime, getLastStartupTime, setLastShutdownTime, setLastStartupTime
-
Methods inherited from interface com.atlassian.bamboo.buildqueue.PipelineDefinition
accept, getCreationDate, getDescription, getEphemeralAgentDedication, getEphemeralAgentDedicationUntyped, getLastModificationDate, getName, getType, isDedicated, isEnabled, setCreationDate, setDescription, setEnabled, setEphemeralAgentDedication, setEphemeralAgentDedicationUntyped, setLastModificationDate, setName
-
-