| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignment.getExecutorType()
Type of executor -> the type of object that the executor id refers to.
|
static AgentAssignment.ExecutorType |
AgentAssignment.ExecutorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignment.ExecutorType[] |
AgentAssignment.ExecutorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull List<AgentAssignment> |
AgentAssignmentDaoImpl.getAssignmentsForExecutor(long executorId,
AgentAssignment.ExecutorType executorType) |
@NotNull List<AgentAssignment> |
AgentAssignmentDao.getAssignmentsForExecutor(long executorId,
@NotNull AgentAssignment.ExecutorType executorType)
Get all assignments that directly reference a specific Executor (Agent, Image etc)
|
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignmentService.AgentAssignmentExecutor.getExecutorType() |
| Modifier and Type | Method and Description |
|---|---|
static AgentAssignmentService.AgentAssignmentExecutor |
AgentAssignmentServiceHelper.asExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
void |
AgentAssignmentServiceImpl.deleteAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId) |
void |
AgentAssignmentService.deleteAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Remove agent assignment.
|
@NotNull AgentAssignment |
AgentAssignmentServiceImpl.saveAgentAssignment(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
|
| Constructor and Description |
|---|
AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
| Constructor and Description |
|---|
AgentAssignmentCreatedAnalyticsEvent(AgentAssignment.ExecutorType executorType,
AgentAssignment.ExecutableType executableType) |
AgentAssignmentDeletedAnalyticsEvent(AgentAssignment.ExecutorType executorType,
AgentAssignment.ExecutableType executableType) |
| Modifier and Type | Method and Description |
|---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withExecutor(AgentAssignment.ExecutorType executorType,
long executorId) |
| Constructor and Description |
|---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
@NotNull DeploymentProject deploymentProject) |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
@NotNull ImmutableJob plan) |
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) |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
RestDedicatedAgent.getExecutorType() |
AgentAssignment.ExecutorType |
RestAgentAssignmentExecutorDetails.getType() |
AgentAssignment.ExecutorType |
ExecutorKey.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestAgentAssignmentExecutorDetails.setType(AgentAssignment.ExecutorType type) |
| Constructor and Description |
|---|
ExecutorKey(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) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<AgentAssignmentImpl,AgentAssignment.ExecutorType> |
AgentAssignmentImpl_.executorType |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignmentImpl.getExecutorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentAssignmentImpl.setExecutorType(AgentAssignment.ExecutorType executorType) |
| Modifier and Type | Method and Description |
|---|---|
AgentAssignment.ExecutorType |
AgentAssignmentExecutorDetails.getType() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.