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

Packages that use AgentAssignment.ExecutableType
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.dao   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.plugins.rest.model.search   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.agent   
 

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(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
 List<AgentAssignment> AgentAssignmentDaoImpl.getAssignmentsForExecutable(long executableId, AgentAssignment.ExecutableType executableType)
           
 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 AgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId)
           
 AgentAssignment AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId)
          Save an agent assignment
 

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
 List<AgentAssignment.ExecutableType> ConfigureAgentAssignments.getAssignmentTypes()
           
 

Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.plugins.rest.model.search
 

Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type AgentAssignment.ExecutableType
 RestDedicatedAgentBuilder RestDedicatedAgentBuilder.withExecutable(AgentAssignment.ExecutableType executableType)
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type AgentAssignment.ExecutableType
RestDedicatedAgent(List<String> nameElements, String description, AgentAssignment.ExecutableType executableType, long executableId, String executableTypeLabel, AgentAssignment.ExecutorType executorType, long executorId, boolean capabilitiesMatch)
           
 

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
 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()
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.