| Package | Description |
|---|---|
| com.atlassian.bamboo.buildqueue | |
| com.atlassian.bamboo.buildqueue.dao | |
| com.atlassian.bamboo.buildqueue.manager |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignment.getExecutorType()
Type of executor -> the type of object that the executor id refers to.
|
static AgentAssignment.ExecutorType |
AgentAssignment.ExecutorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignment.ExecutorType[] |
AgentAssignment.ExecutorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentAssignment> |
AgentAssignmentDao.getAssignmentsForExecutor(long executorId,
AgentAssignment.ExecutorType executorType)
Get all assignments that directly reference a specific Executor (Agent, Image etc)
|
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignmentService.AgentAssignmentExecutor.getExecutorType() |
| Modifier and Type | Method and Description |
|---|---|
static AgentAssignmentService.AgentAssignmentExecutor |
AgentAssignmentServiceHelper.asExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment
|
| Constructor and Description |
|---|
AgentAssignmentService.AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.