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.v2.build.agent   
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.
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()
           
 

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.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.agent
 

Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentAssignment.ExecutableType
 AgentAssignment.ExecutableType AgentAssignmentExecutableDetails.getType()
           
 



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