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 PipelineDefinitioncreatePipelineDefinition()@Nullable StringgetDescription()@Nullable ResultKeygetEphemeralAgentDedication()longgetId()StringgetName()@Nullable UUIDgetUuid()voidsetCapabilitySet(@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()
-
-