Uses of Enum Class
com.atlassian.bamboo.buildqueue.AgentAssignment.ExecutableType
Package
Description
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAgentAssignmentService.AgentAssignmentExecutable.getExecutableType()
Modifier 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) ModifierConstructorDescriptionAgentAssignmentExecutable
(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
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.event.agent
ModifierConstructorDescriptionAgentAssignmentCreatedAnalyticsEvent
(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
Modifier and TypeMethodDescriptionRestDedicatedAgentBuilder.withExecutable
(AgentAssignment.ExecutableType executableType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.rest.model.agent
ModifierConstructorDescriptionRestAgentAssignmentExecutorDetails
(@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
Modifier and TypeMethodDescriptionvoid
AgentsControl.dedicateEphemeralTemplateToEntity
(long agentId, long entityId, AgentAssignment.ExecutableType entityType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.v2.build.agent
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<AgentAssignmentImpl,
AgentAssignment.ExecutableType> AgentAssignmentImpl_.executableType
Modifier and TypeMethodDescriptionvoid
AgentAssignmentImpl.setExecutableType
(AgentAssignment.ExecutableType executableType) -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.admin.elastic
Modifier and TypeMethodDescriptionConfigureElasticImageConfigurationAssignments.getAssignmentTypes()
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.admin.ephemeral
Modifier and TypeMethodDescriptionConfigureEphemeralAgentTemplateAssignments.getAssignmentTypes()
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.agent
AgentAssignmentExecutable(long, AgentAssignment.ExecutableType, long, boolean)
}