public class LocalAgentDefinitionImpl extends PipelineDefinitionImpl implements LocalAgentDefinition
nameORDERING| Constructor and Description |
|---|
LocalAgentDefinitionImpl() |
LocalAgentDefinitionImpl(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PipelineDefinitionVisitor visitor)
Call back method to perform different actions depending on what type of agent it is
|
LocalAgentDefinition |
clone() |
CapabilitySet |
getCapabilitySet() |
@NotNull AgentType |
getType()
Gets type of the agent
|
void |
setCapabilitySet(CapabilitySet capabilitySet) |
compareTo, equals, getDescription, getName, hashCode, isEnabled, setDescription, setEnabled, setNamegetCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreationDate, getDescription, getLastModificationDate, getName, isEnabled, setCreationDate, setDescription, setEnabled, setLastModificationDate, setNamesetIdgetIdcompareTopublic LocalAgentDefinitionImpl()
public LocalAgentDefinitionImpl(long id,
String name)
public void accept(PipelineDefinitionVisitor visitor)
PipelineDefinitionaccept in interface PipelineDefinitionvisitor - Visitor objectpublic CapabilitySet getCapabilitySet()
getCapabilitySet in interface CapabilityPropertiespublic void setCapabilitySet(CapabilitySet capabilitySet)
setCapabilitySet in interface CapabilityPropertiespublic LocalAgentDefinition clone() throws CloneNotSupportedException
clone in class com.atlassian.core.bean.EntityObjectCloneNotSupportedException@NotNull public @NotNull AgentType getType()
PipelineDefinitiongetType in interface PipelineDefinitiongetType in class PipelineDefinitionImplCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.