Modifier and Type | Interface and Description |
---|---|
interface |
AgentWithCapabilitiesDefinition |
interface |
ElasticAgentDefinition |
interface |
LocalAgentDefinition |
interface |
RemoteAgentDefinition |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
RemotableRemoteAgentDefinition.createPipelineDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
BuildQueue.setDefinition(PipelineDefinition pipelineDefinition) |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
AgentHibernateDao.findAgentByName(String name) |
PipelineDefinition |
AgentDao.findAgentByName(String name)
Retrieve a pipelineDefinition by name.
|
PipelineDefinition |
AgentHibernateDao.getAgentById(long id) |
PipelineDefinition |
AgentDao.getAgentById(long id)
Retrieve the agentDefinition object.
|
PipelineDefinition |
AgentDao.getLocalAgentById(long id)
Retrieve the localAgentDefinition
|
PipelineDefinition |
AgentDao.getRemoteAgentById(long id)
Retrieve the remoteAgentDefinition
|
PipelineDefinition |
AgentHibernateDao.saveAndReturn(PipelineDefinition pipelineDefinition) |
PipelineDefinition |
AgentDao.saveAndReturn(PipelineDefinition pipelineDefinition)
Saves the passed definition and returns a new copy of the updated pipeline definition
|
Modifier and Type | Method and Description |
---|---|
List<PipelineDefinition> |
AgentHibernateDao.findAll() |
List<PipelineDefinition> |
AgentHibernateDao.findAllAgents() |
List<PipelineDefinition> |
AgentDao.findAllAgents()
Retrieves all agents();
|
Set<PipelineDefinition> |
AgentHibernateDao.findAllAgentsForAgentIds(Collection<Long> agentIds) |
Set<PipelineDefinition> |
AgentDao.findAllAgentsForAgentIds(Collection<Long> agentIds)
Return a list of agents by their ids
|
List<PipelineDefinition> |
AgentHibernateDao.findAllAgentsWithNameLike(String nameLike) |
List<PipelineDefinition> |
AgentDao.findAllAgentsWithNameLike(String likeName)
Retrun a list of agents whose name is like the provided string.
|
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
AgentHibernateDao.saveAndReturn(PipelineDefinition pipelineDefinition) |
PipelineDefinition |
AgentDao.saveAndReturn(PipelineDefinition pipelineDefinition)
Saves the passed definition and returns a new copy of the updated pipeline definition
|
Modifier and Type | Method and Description |
---|---|
long |
AgentHibernateDao.getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass) |
long |
AgentDao.getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass)
Retrieves the amount of agents of given type stored in the database
|
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
AgentManagerImpl.getAgentDefinition(Long agentId) |
PipelineDefinition |
AgentManager.getAgentDefinition(Long agentId) |
PipelineDefinition |
AgentManagerImpl.getAgentDefinitionByName(String name) |
PipelineDefinition |
AgentManager.getAgentDefinitionByName(String name)
Retrieve a pipelineDefinition by name.
|
PipelineDefinition |
RemoteAgentManagerImpl.registerAgent(PipelineDefinition remoteAgentDefinition) |
PipelineDefinition |
RemoteAgentManager.registerAgent(PipelineDefinition remoteAgentDefinition)
Initial setup / verification of the agent.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,PipelineDefinition> |
AgentManagerImpl.findAllAgentsForAgentIds(Collection<Long> agentIds) |
Map<Long,PipelineDefinition> |
AgentManager.findAllAgentsForAgentIds(Collection<Long> agentIds)
Returns a Map of
PipelineDefinition s keyed by their id |
List<PipelineDefinition> |
AgentManagerImpl.getAgentDefinitionsWithNameLike(String likeName) |
List<PipelineDefinition> |
AgentManager.getAgentDefinitionsWithNameLike(String likeName)
Return a list of agents whose name is like the provided string.
|
List<PipelineDefinition> |
AgentManagerImpl.getAllPersistedAgentDefinitions() |
List<PipelineDefinition> |
AgentManager.getAllPersistedAgentDefinitions()
Retrieves a list of all agent definitions stored in the database.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition) |
static Iterable<AgentAssignmentService.AgentAssignmentExecutor> |
AgentAssignmentServiceHelper.asExecutors(PipelineDefinition pipelineDefinition,
boolean directAssignmentsOnly) |
PipelineDefinition |
RemoteAgentManagerImpl.registerAgent(PipelineDefinition remoteAgentDefinition) |
PipelineDefinition |
RemoteAgentManager.registerAgent(PipelineDefinition remoteAgentDefinition)
Initial setup / verification of the agent.
|
void |
AgentManagerImpl.saveAnyPipeline(PipelineDefinition pipelineDefinition) |
void |
AgentManager.saveAnyPipeline(PipelineDefinition pipelineDefinition)
Stores a pipeline
PipelineDefinition of any type (elastic, local, remote)
AgentConfigurationUpdateEvent is fired after the pipeline is saved |
void |
AgentManagerImpl.saveAnyPipeline(PipelineDefinition pipelineDefinition,
AgentConfigurationUpdatedEventFactory eventFactory) |
void |
AgentManager.saveAnyPipeline(PipelineDefinition pipelineDefinition,
AgentConfigurationUpdatedEventFactory eventFactory)
Stores a pipeline
PipelineDefinition of any type (elastic, local,
remote) |
void |
AgentManagerImpl.savePipeline(PipelineDefinition pipelineDefinition) |
void |
AgentManager.savePipeline(PipelineDefinition pipelineDefinition)
Stores the
PipelineDefinition . |
void |
AgentManagerImpl.savePipeline(PipelineDefinition pipelineDefinition,
AgentConfigurationUpdatedEventFactory eventFactory) |
void |
AgentManager.savePipeline(PipelineDefinition pipelineDefinition,
AgentConfigurationUpdatedEventFactory eventFactory)
Stores the
PipelineDefinition . |
BuildAgent |
AgentStateCache.updateAgentInCache(PipelineDefinition definition) |
Modifier and Type | Method and Description |
---|---|
long |
AgentManagerImpl.getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass) |
long |
AgentManager.getAgentCount(Class<? extends PipelineDefinition> agentDefinitionClass)
Retrieves the amount of agents of given type stored in the database
|
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
CapabilityHibernateSetDao.getPipelineDefinition(CapabilitySet capabilitySet) |
PipelineDefinition |
CapabilitySetDao.getPipelineDefinition(CapabilitySet capabilitySet) |
Modifier and Type | Method and Description |
---|---|
static CapabilitySet |
CapabilitySetProvider.getAgentCapabilitySet(PipelineDefinition definition) |
Modifier and Type | Field and Description |
---|---|
protected PipelineDefinition |
ViewAgentDetails.agent |
protected PipelineDefinition |
ConfigureAgentCapability.agent |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
ConfigureAgentAssignments.getAgent() |
PipelineDefinition |
ViewAgentDetails.getAgent() |
PipelineDefinition |
ConfigureAgentCapability.getAgent() |
PipelineDefinition |
ViewAgent.getAgent() |
PipelineDefinition |
ViewRejectedRequirements.getBuildAgent() |
Modifier and Type | Method and Description |
---|---|
Map<PipelineDefinition,AgentCapabilityDelta> |
RenameAgentCapability.getCapabilityDeltaMap() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAgentDetails.setAgent(PipelineDefinition agent) |
void |
ConfigureAgentCapability.setAgent(PipelineDefinition agent) |
void |
ViewAgent.setAgent(PipelineDefinition agent) |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
AgentRegisteredEvent.getAgent() |
PipelineDefinition |
AgentRegisteringEvent.getAgent() |
Constructor and Description |
---|
AgentRegisteredEvent(Object source,
PipelineDefinition agent) |
AgentRegisteringEvent(Object source,
PipelineDefinition agent) |
Modifier and Type | Method and Description |
---|---|
protected PipelineDefinition |
PipelineMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Method returns only placeholder for pipeline data.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<PipelineDefinition> pipelineDefinitions,
PipelineDefinition pipeline,
long objectIndex,
org.hibernate.Session session) |
protected void |
PipelineMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PipelineDefinition object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
PipelineMapper.importProperties(PipelineDefinition pipeline,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<PipelineDefinition> pipelineDefinitions,
PipelineDefinition pipeline,
long objectIndex,
org.hibernate.Session session) |
void |
PipelineMapper.beforeImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<PipelineDefinition> pipelineDefinitions,
org.hibernate.Session session) |
Modifier and Type | Class and Description |
---|---|
class |
AgentWithCapabilitiesDefinitionImpl |
class |
ElasticAgentDefinitionImpl
Defines an Elastic Agent
|
class |
LocalAgentDefinitionImpl |
class |
PipelineDefinitionImpl |
class |
RemoteAgentDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
RemotableElasticAgentDefinitionImpl.createPipelineDefinition() |
PipelineDefinition |
RemotableRemoteAgentDefinitionImpl.createPipelineDefinition() |
PipelineDefinition |
BuildAgentImpl.getDefinition() |
PipelineDefinition |
BuildAgent.getDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
BuildAgentImpl.setDefinition(PipelineDefinition definition) |
void |
BuildAgent.setDefinition(PipelineDefinition definition) |
protected void |
RemotableRemoteAgentDefinitionImpl.setPipelineProperties(PipelineDefinition pipelineDefinition) |
Constructor and Description |
---|
BuildAgentImpl(PipelineDefinition definition,
AgentStatus agentStatus) |
RemotableRemoteAgentDefinitionImpl(PipelineDefinition pipelineDefinition) |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
CapabilitySetManagerImpl.getPipelineDefinition(CapabilitySet capabilitySet) |
PipelineDefinition |
CapabilitySetManager.getPipelineDefinition(CapabilitySet capabilitySet) |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
ViewAgentDetailsAction.getAgent() |
PipelineDefinition |
BuildAgentDecorator.getDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
BuildAgentDecorator.setDefinition(PipelineDefinition definition) |
Modifier and Type | Method and Description |
---|---|
PipelineDefinition |
ViewBuildResultsTable.getPipelineDefinitionByBuildResult(BuildResultsSummary buildResultsSummary) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.