Package com.atlassian.bamboo.buildqueue
Interface LocalAgentDefinition
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,CapabilityProperties
,Cloneable
,Comparable<PipelineDefinition>
,CreationDateProvider
,PipelineDefinition
,Serializable
- All Known Implementing Classes:
LocalAgentDefinitionImpl
public interface LocalAgentDefinition extends PipelineDefinition, CapabilityProperties
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
-
Method Summary
-
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.PipelineDefinition
accept, getCreationDate, getDescription, getEphemeralAgentDedication, getEphemeralAgentDedicationUntyped, getLastModificationDate, getName, getType, isDedicated, isEnabled, setCreationDate, setDescription, setEnabled, setEphemeralAgentDedication, setEphemeralAgentDedicationUntyped, setLastModificationDate, setName
-
-