Package com.atlassian.bamboo.buildqueue
Interface RemotableRemoteAgentDefinition
-
- All Known Implementing Classes:
RemotableElasticAgentDefinitionImpl
,RemotableEphemeralAgentDefinitionImpl
,RemotableRemoteAgentDefinitionImpl
public interface RemotableRemoteAgentDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull PipelineDefinition
createPipelineDefinition()
@Nullable String
getDescription()
@Nullable ResultKey
getEphemeralAgentDedication()
long
getId()
String
getName()
@Nullable UUID
getUuid()
void
setCapabilitySet(@NotNull CapabilitySet capabilitySet)
-
-
-
Method Detail
-
setCapabilitySet
void setCapabilitySet(@NotNull @NotNull CapabilitySet capabilitySet)
-
createPipelineDefinition
@NotNull @NotNull PipelineDefinition createPipelineDefinition()
-
getId
long getId()
-
getName
String getName()
-
getDescription
@Nullable @Nullable String getDescription()
-
getUuid
@Nullable @Nullable UUID getUuid()
-
getEphemeralAgentDedication
@Nullable @Nullable ResultKey getEphemeralAgentDedication()
-
-