Uses of Class
com.atlassian.bamboo.buildqueue.AgentAssignment.ExecutableType
-
-
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue that return AgentAssignment.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableTypeAgentAssignment. getExecutableType()Type of executable -> the type of object that the executable id refers to.AgentAssignment.ExecutableTypeAgentAssignment.ExecutableType. getValue()static AgentAssignment.ExecutableTypeAgentAssignment.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 Modifier and Type Method Description @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.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableTypeAgentAssignmentService.AgentAssignmentExecutable. getExecutableType()Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutableType Modifier and Type Method Description 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.ExecutableType Constructor Description AgentAssignmentExecutable(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 Modifier and Type Method Description List<AgentAssignment.ExecutableType>ConfigureAgentAssignments. getAssignmentTypes() -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.event.agent
Constructors in com.atlassian.bamboo.event.agent with parameters of type AgentAssignment.ExecutableType Constructor Description AgentAssignmentCreatedAnalyticsEvent(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.ExecutableType Modifier and Type Method Description RestDedicatedAgentBuilderRestDedicatedAgentBuilder. 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.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableTypeRestDedicatedAgent. getExecutableType()Constructors in com.atlassian.bamboo.rest.model.agent with parameters of type AgentAssignment.ExecutableType Constructor Description RestAgentAssignmentExecutorDetails(@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.ExecutableType Modifier and Type Method Description voidAgentsControl. 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.ExecutableType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AgentAssignmentImpl,AgentAssignment.ExecutableType>AgentAssignmentImpl_. executableTypeMethods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableTypeAgentAssignmentImpl. getExecutableType()Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutableType Modifier and Type Method Description voidAgentAssignmentImpl. 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 Modifier and Type Method Description List<AgentAssignment.ExecutableType>ConfigureElasticImageConfigurationAssignments. 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.ExecutableType Modifier and Type Method Description List<AgentAssignment.ExecutableType>ConfigureEphemeralAgentTemplateAssignments. getAssignmentTypes() -
Uses of AgentAssignment.ExecutableType in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentAssignment.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableTypeAgentAssignmentExecutableDetails. getType()
-