|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue |
|---|
| Methods in com.atlassian.bamboo.buildqueue that return AgentAssignment.ExecutableType | |
|---|---|
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(java.lang.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. |
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue.dao |
|---|
| Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type AgentAssignment.ExecutableType | |
|---|---|
java.util.List<AgentAssignment> |
AgentAssignmentDaoImpl.getAssignmentsForExecutable(long executableId,
AgentAssignment.ExecutableType executableType)
|
java.util.List<AgentAssignment> |
AgentAssignmentDao.getAssignmentsForExecutable(long executableId,
AgentAssignment.ExecutableType executableType)
Get all assignments that directly reference a specific Executable (Environment, ob etc) |
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue.manager |
|---|
| Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignment.ExecutableType | |
|---|---|
AgentAssignment.ExecutableType |
AgentAssignmentService.AgentAssignmentExecutable.getExecutableType()
|
| Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutableType | |
|---|---|
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment |
AgentAssignment |
AgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
|
| Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutableType | |
|---|---|
AgentAssignmentService.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType,
long executableId)
|
|
AgentAssignmentService.AgentAssignmentExecutable(long assignmentId,
AgentAssignment.ExecutableType executableType,
long executableId)
|
|
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.configuration.agent |
|---|
| Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type AgentAssignment.ExecutableType | |
|---|---|
java.util.List<AgentAssignment.ExecutableType> |
ConfigureAgentAssignments.getAssignmentTypes()
|
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.v2.build.agent |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutableType | |
|---|---|
AgentAssignment.ExecutableType |
AgentAssignmentImpl.getExecutableType()
|
| Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutableType | |
|---|---|
void |
AgentAssignmentImpl.setExecutableType(AgentAssignment.ExecutableType executableType)
|
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.admin.elastic |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type AgentAssignment.ExecutableType | |
|---|---|
java.util.List<AgentAssignment.ExecutableType> |
ConfigureElasticImageConfigurationAssignments.getAssignmentTypes()
|
| Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.agent |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentAssignment.ExecutableType | |
|---|---|
AgentAssignment.ExecutableType |
AgentAssignmentExecutableDetails.getType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||