Uses of Class
com.atlassian.bamboo.buildqueue.AgentAssignment.ExecutorType

Packages that use AgentAssignment.ExecutorType
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.dao   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.ww2.actions.agent   
 

Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue that return AgentAssignment.ExecutorType
 AgentAssignment.ExecutorType AgentAssignment.getExecutorType()
          Type of executor -> the type of object that the executor id refers to.
static AgentAssignment.ExecutorType AgentAssignment.ExecutorType.valueOf(java.lang.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.
 

Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.buildqueue.dao
 

Methods in com.atlassian.bamboo.buildqueue.dao with parameters of type AgentAssignment.ExecutorType
 java.util.List<AgentAssignment> AgentAssignmentDaoImpl.getAssignmentsForExecutor(long executorId, AgentAssignment.ExecutorType executorType)
           
 java.util.List<AgentAssignment> AgentAssignmentDao.getAssignmentsForExecutor(long executorId, AgentAssignment.ExecutorType executorType)
          Get all assignments that directly reference a specific Executor (Agent, Image etc)
 

Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignment.ExecutorType
 AgentAssignment.ExecutorType AgentAssignmentService.AgentAssignmentExecutor.getExecutorType()
           
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutorType
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
 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.ExecutorType
AgentAssignmentService.AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType, long executorId)
           
 

Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.v2.build.agent
 

Methods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutorType
 AgentAssignment.ExecutorType AgentAssignmentImpl.getExecutorType()
           
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutorType
 void AgentAssignmentImpl.setExecutorType(AgentAssignment.ExecutorType executorType)
           
 

Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.ww2.actions.agent
 

Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentAssignment.ExecutorType
 AgentAssignment.ExecutorType AgentAssignmentExecutorDetails.getType()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.