Uses of Enum Class
com.atlassian.bamboo.buildqueue.AgentAssignment.ExecutableType
Packages that use AgentAssignment.ExecutableType
Package
Description
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionAgentAssignment.getExecutableType()
Type of executable -> the type of object that the executable id refers to.AgentAssignment.ExecutableType.getValue()
Returns the enum constant of this class with the specified name.static AgentAssignment.ExecutableType[]
AgentAssignment.ExecutableType.values()
Returns an array containing the constants of this enum class, 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.ExecutableTypeModifier and TypeMethodDescription@NotNull List<AgentAssignment>
AgentAssignmentDao.getAssignmentsForExecutable
(long executableId, @NotNull AgentAssignment.ExecutableType executableType) Get all assignments that directly reference a specific Executable (Environment, ob etc)@NotNull List<AgentAssignment>
AgentAssignmentDaoImpl.getAssignmentsForExecutable
(long executableId, AgentAssignment.ExecutableType executableType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionAgentAssignmentService.AgentAssignmentExecutable.getExecutableType()
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionvoid
AgentAssignmentService.deleteAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Remove agent assignment.void
AgentAssignmentServiceImpl.deleteAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) @NotNull AgentAssignment
AgentAssignmentService.saveAgentAssignment
(AgentAssignment.ExecutorType executorType, long executorId, AgentAssignment.ExecutableType executableType, long entityId) Save an agent assignment@NotNull 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.ExecutableTypeModifierConstructorDescriptionAgentAssignmentExecutable
(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId) Deprecated.AgentAssignmentExecutable
(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration) AgentAssignmentExecutable
(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId) Deprecated.AgentAssignmentExecutable
(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration) AgentAssignmentExecutable
(AgentAssignment.ExecutableType executableType, long executableId) Deprecated.AgentAssignmentExecutable
(AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration) AgentAssignmentExecutable
(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId) Deprecated.AgentAssignmentExecutable
(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration) -
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 -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.event.agent
Constructors in com.atlassian.bamboo.event.agent with parameters of type AgentAssignment.ExecutableTypeModifierConstructorDescriptionAgentAssignmentCreatedAnalyticsEvent
(AgentAssignment.ExecutorType executorType, AgentAssignment.ExecutableType executableType) AgentAssignmentDeletedAnalyticsEvent
(AgentAssignment.ExecutorType executorType, AgentAssignment.ExecutableType executableType) -
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.ExecutableTypeModifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withExecutable
(AgentAssignment.ExecutableType executableType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.rest.model.agent
Methods in com.atlassian.bamboo.rest.model.agent that return AgentAssignment.ExecutableTypeConstructors in com.atlassian.bamboo.rest.model.agent with parameters of type AgentAssignment.ExecutableTypeModifierConstructorDescriptionRestAgentAssignmentExecutorDetails
(@NotNull BuildAgent agent, AgentAssignment.ExecutableType executableType, boolean capabilitiesMatch) RestAgentAssignmentExecutorDetails
(ElasticImageConfiguration elasticImageConfiguration, AgentAssignment.ExecutableType executableType, boolean capabilitiesMatch) RestAgentAssignmentExecutorDetails
(EphemeralAgentTemplate template, AgentAssignment.ExecutableType executableType, boolean capabilitiesMatch) 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.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionvoid
AgentsControl.dedicateEphemeralTemplateToEntity
(long agentId, long entityId, AgentAssignment.ExecutableType entityType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.v2.build.agent
Fields in com.atlassian.bamboo.v2.build.agent with type parameters of type AgentAssignment.ExecutableTypeModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AgentAssignmentImpl,
AgentAssignment.ExecutableType> AgentAssignmentImpl_.executableType
Methods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutableTypeMethods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionvoid
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.ExecutableTypeModifier and TypeMethodDescriptionConfigureElasticImageConfigurationAssignments.getAssignmentTypes()
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Methods in com.atlassian.bamboo.ww2.actions.admin.ephemeral that return types with arguments of type AgentAssignment.ExecutableTypeModifier and TypeMethodDescriptionConfigureEphemeralAgentTemplateAssignments.getAssignmentTypes()
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentAssignment.ExecutableType
AgentAssignmentExecutable(long, AgentAssignment.ExecutableType, long, boolean)
}