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.ExecutableType
AgentAssignment. getExecutableType()
Type of executable -> the type of object that the executable id refers to.AgentAssignment.ExecutableType
AgentAssignment.ExecutableType. getValue()
static AgentAssignment.ExecutableType
AgentAssignment.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.ExecutableType
AgentAssignmentService.AgentAssignmentExecutable. getExecutableType()
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentAssignment.ExecutableType Modifier and Type Method Description void
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.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 RestDedicatedAgentBuilder
RestDedicatedAgentBuilder. 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.ExecutableType
RestDedicatedAgent. 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 void
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.ExecutableType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AgentAssignmentImpl,AgentAssignment.ExecutableType>
AgentAssignmentImpl_. executableType
Methods in com.atlassian.bamboo.v2.build.agent that return AgentAssignment.ExecutableType Modifier and Type Method Description AgentAssignment.ExecutableType
AgentAssignmentImpl. getExecutableType()
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentAssignment.ExecutableType Modifier and Type Method Description void
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.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.ExecutableType
AgentAssignmentExecutableDetails. getType()
-