Uses of Enum Class
com.atlassian.bamboo.buildqueue.AgentAssignment.ExecutorType
Packages that use AgentAssignment.ExecutorType
Package
Description
-
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionAgentAssignment.getExecutorType()Type of executor -> the type of object that the executor id refers to.static AgentAssignment.ExecutorTypeReturns the enum constant of this class with the specified name.static AgentAssignment.ExecutorType[]AgentAssignment.ExecutorType.values()Returns an array containing the constants of this enum class, 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.ExecutorTypeModifier and TypeMethodDescription@NotNull List<AgentAssignment> AgentAssignmentDao.getAssignmentsForExecutor(long executorId, @NotNull AgentAssignment.ExecutorType executorType) Get all assignments that directly reference a specific Executor (Agent, Image etc)@NotNull List<AgentAssignment> AgentAssignmentDaoImpl.getAssignmentsForExecutor(long executorId, AgentAssignment.ExecutorType executorType) -
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionAgentAssignmentService.AgentAssignmentExecutor.getExecutorType()Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionAgentAssignmentServiceHelper.asExecutor(AgentAssignment.ExecutorType executorType, long executorId) voidAgentAssignmentService.deleteAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Remove agent assignment.voidAgentAssignmentServiceImpl.deleteAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) @NotNull AgentAssignmentAgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Save an agent assignment@NotNull AgentAssignmentAgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutorTypeModifierConstructorDescriptionAgentAssignmentExecutor(AgentAssignment.ExecutorType executorType, long executorId) -
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.event.agent
Constructors in com.atlassian.bamboo.event.agent with parameters of type AgentAssignment.ExecutorTypeModifierConstructorDescriptionAgentAssignmentCreatedAnalyticsEvent(AgentAssignment.ExecutorType executorType, AgentAssignment.ExecutableType executableType) AgentAssignmentDeletedAnalyticsEvent(AgentAssignment.ExecutorType executorType, AgentAssignment.ExecutableType executableType) -
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withExecutor(AgentAssignment.ExecutorType executorType, long executorId) Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type AgentAssignment.ExecutorTypeModifierConstructorDescriptionAgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject) AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutableJob job) AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutablePlan plan) AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull Project project) AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull String parentName, @NotNull Environment environment) -
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.rest.model.agent
Methods in com.atlassian.bamboo.rest.model.agent that return AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionRestDedicatedAgent.getExecutorType()ExecutorKey.getType()RestAgentAssignmentExecutorDetails.getType()Methods in com.atlassian.bamboo.rest.model.agent with parameters of type AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionvoidRestAgentAssignmentExecutorDetails.setType(AgentAssignment.ExecutorType type) Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type AgentAssignment.ExecutorTypeModifierConstructorDescriptionExecutorKey(AgentAssignment.ExecutorType type, long executorId) RestDedicatedAgent(List<String> nameElements, String description, AgentAssignment.ExecutableType executableType, long executableId, String executableTypeLabel, AgentAssignment.ExecutorType executorType, long executorId, boolean capabilitiesMatch) -
Uses of AgentAssignment.ExecutorType in com.atlassian.bamboo.v2.build.agent
Fields in com.atlassian.bamboo.v2.build.agent with type parameters of type AgentAssignment.ExecutorTypeModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<AgentAssignmentImpl, AgentAssignment.ExecutorType> AgentAssignmentImpl_.executorTypeMethods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutorTypeMethods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutorTypeModifier and TypeMethodDescriptionvoidAgentAssignmentImpl.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