public abstract class AgentWithCapabilitiesDefinitionImpl extends PipelineDefinitionImpl implements AgentWithCapabilitiesDefinition
name
ORDERING
Modifier | Constructor and Description |
---|---|
protected |
AgentWithCapabilitiesDefinitionImpl() |
protected |
AgentWithCapabilitiesDefinitionImpl(long id,
String name) |
Modifier and Type | Method and Description |
---|---|
CapabilitySet |
getAgentCapabilitySet() |
CapabilitySet |
getCapabilitySet()
Will only return what is stored in the database against this agent.
|
protected abstract CapabilitySet |
newCapabilitySet() |
void |
setCapabilitySet(CapabilitySet capabilitySet) |
compareTo, equals, getDescription, getName, getType, hashCode, isEnabled, setDescription, setEnabled, setName
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
accept, getCreationDate, getDescription, getLastModificationDate, getName, getType, isEnabled, setCreationDate, setDescription, setEnabled, setLastModificationDate, setName
setId
getId
compareTo
protected AgentWithCapabilitiesDefinitionImpl()
protected AgentWithCapabilitiesDefinitionImpl(long id, String name)
@Nullable public CapabilitySet getCapabilitySet()
getCapabilitySet
in interface AgentWithCapabilitiesDefinition
@NotNull public CapabilitySet getAgentCapabilitySet()
getAgentCapabilitySet
in interface AgentWithCapabilitiesDefinition
protected abstract CapabilitySet newCapabilitySet()
public void setCapabilitySet(CapabilitySet capabilitySet)
setCapabilitySet
in interface AgentWithCapabilitiesDefinition
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.