| Package | Description |
|---|---|
| com.atlassian.bamboo.buildqueue | |
| com.atlassian.bamboo.buildqueue.dao | |
| com.atlassian.bamboo.buildqueue.manager |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutableType |
AgentAssignment.getExecutableType()
Type of executable -> the type of object that the executable id refers to.
|
AgentAssignment.ExecutableType |
AgentAssignment.ExecutableType.getValue() |
static AgentAssignment.ExecutableType |
AgentAssignment.ExecutableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignment.ExecutableType[] |
AgentAssignment.ExecutableType.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.getAssignmentsForExecutable(long executableId,
AgentAssignment.ExecutableType executableType)
Get all assignments that directly reference a specific Executable (Environment, ob etc)
|
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutableType |
AgentAssignmentService.AgentAssignmentExecutable.getExecutableType() |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment
|
| Constructor and Description |
|---|
AgentAssignmentService.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType,
long executableId) |
AgentAssignmentService.AgentAssignmentExecutable(long assignmentId,
AgentAssignment.ExecutableType executableType,
long executableId) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.