Uses of Interface
com.atlassian.bamboo.buildqueue.AgentAssignment
-
-
Uses of AgentAssignment in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return AgentAssignment Modifier and Type Method Description @Nullable AgentAssignment
AgentAssignmentDao. getAgentAssignment(long agentAssignmentId)
Get a single agent assignment by idAgentAssignment
AgentAssignmentDaoImpl. getAgentAssignment(long agentAssignmentId)
@NotNull AgentAssignment
AgentAssignmentDao. save(@NotNull AgentAssignment agentAssignment)
Save an agent assignment@NotNull AgentAssignment
AgentAssignmentDaoImpl. save(@NotNull AgentAssignment agentAssignment)
Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type AgentAssignment Modifier and Type Method Description @NotNull List<AgentAssignment>
AgentAssignmentDao. findAll()
@NotNull List<AgentAssignment>
AgentAssignmentDaoImpl. findAll()
@NotNull List<AgentAssignment>
AgentAssignmentDao. getAssignmentsForEnvironment(long environmentId)
Get all assignments directly reference an environment@NotNull List<AgentAssignment>
AgentAssignmentDaoImpl. getAssignmentsForEnvironment(long environmentId)
@NotNull List<AgentAssignment>
AgentAssignmentDao. getAssignmentsForExecutable(long executableId, @NotNull AgentAssignment.ExecutableType executableType)
Get all assignments that directly reference a specific Executable (Environment, ob etc)@NotNull List<AgentAssignment>
AgentAssignmentDaoImpl. getAssignmentsForExecutable(long executableId, AgentAssignment.ExecutableType executableType)
@NotNull List<AgentAssignment>
AgentAssignmentDao. getAssignmentsForExecutor(long executorId, @NotNull AgentAssignment.ExecutorType executorType)
Get all assignments that directly reference a specific Executor (Agent, Image etc)@NotNull List<AgentAssignment>
AgentAssignmentDaoImpl. getAssignmentsForExecutor(long executorId, AgentAssignment.ExecutorType executorType)
Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type AgentAssignment Modifier and Type Method Description @NotNull AgentAssignment
AgentAssignmentDao. save(@NotNull AgentAssignment agentAssignment)
Save an agent assignment@NotNull AgentAssignment
AgentAssignmentDaoImpl. save(@NotNull AgentAssignment agentAssignment)
-
Uses of AgentAssignment in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignment Modifier and Type Method Description @NotNull AgentAssignment
AgentAssignmentService. saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId)
Save an agent assignment@NotNull AgentAssignment
AgentAssignmentServiceImpl. saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId)
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment Modifier and Type Method Description void
AgentAssignmentHelper.ExecutableHandler. call(@NotNull AgentAssignment agentAssignment)
protected abstract void
AgentAssignmentHelper.ExecutableHandler. handleDeploymentProjectAssignment(AgentAssignment agentAssignment)
protected abstract void
AgentAssignmentHelper.ExecutableHandler. handleEnvironmentAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void
AgentAssignmentHelper.ExecutableHandler. handleJobAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void
AgentAssignmentHelper.ExecutableHandler. handlePlanAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void
AgentAssignmentHelper.ExecutableHandler. handleProjectAssignment(@NotNull AgentAssignment agentAssignment)
Constructor parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type AgentAssignment Constructor Description AgentAssignmentMapImpl(Iterable<AgentAssignment> agentAssignments, @NotNull CachedPlanManager cachedPlanManager, @NotNull DeploymentProjectService deploymentProjectService)
-
Uses of AgentAssignment in com.atlassian.bamboo.buildqueue.migration.stream
Methods in com.atlassian.bamboo.buildqueue.migration.stream that return AgentAssignment Modifier and Type Method Description protected @NotNull AgentAssignment
AgentAssignmentMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.buildqueue.migration.stream with parameters of type AgentAssignment Modifier and Type Method Description void
AgentAssignmentMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<AgentAssignment> list, @NotNull AgentAssignment agentAssignment, long objectIndex, @NotNull org.hibernate.Session session)
protected void
AgentAssignmentMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull AgentAssignment agentAssignment, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
AgentAssignmentMapper. importProperties(@NotNull AgentAssignment agentAssignment, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
Method parameters in com.atlassian.bamboo.buildqueue.migration.stream with type arguments of type AgentAssignment Modifier and Type Method Description void
AgentAssignmentMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<AgentAssignment> list, @NotNull AgentAssignment agentAssignment, long objectIndex, @NotNull org.hibernate.Session session)
-
Uses of AgentAssignment in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement AgentAssignment Modifier and Type Class Description class
AgentAssignmentImpl
-