Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<AgentAssignment> |
AgentAssignmentDaoImpl.getAssignmentsForExecutable(long executableId,
AgentAssignment.ExecutableType executableType) |
List<AgentAssignment> |
AgentAssignmentDao.getAssignmentsForExecutable(long executableId,
AgentAssignment.ExecutableType executableType)
Get all assignments that directly reference a specific Executable (Environment, ob etc)
|
Modifier and Type | Method and Description |
---|---|
AgentAssignment.ExecutableType |
AgentAssignmentService.AgentAssignmentExecutable.getExecutableType() |
Modifier and Type | Method and Description |
---|---|
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.
|
AgentAssignment |
AgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId) |
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment
|
Constructor and Description |
---|
AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType,
long executableId) |
AgentAssignmentExecutable(long assignmentId,
AgentAssignment.ExecutableType executableType,
long executableId) |
Modifier and Type | Method and Description |
---|---|
List<AgentAssignment.ExecutableType> |
ConfigureAgentAssignments.getAssignmentTypes() |
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.withExecutable(AgentAssignment.ExecutableType executableType) |
Modifier and Type | Method and Description |
---|---|
AgentAssignment.ExecutableType |
RestDedicatedAgent.getExecutableType() |
Constructor and Description |
---|
RestDedicatedAgent(List<String> nameElements,
String description,
AgentAssignment.ExecutableType executableType,
long executableId,
String executableTypeLabel,
AgentAssignment.ExecutorType executorType,
long executorId,
boolean capabilitiesMatch) |
Modifier and Type | Method and Description |
---|---|
AgentAssignment.ExecutableType |
AgentAssignmentImpl.getExecutableType() |
Modifier and Type | Method and Description |
---|---|
void |
AgentAssignmentImpl.setExecutableType(AgentAssignment.ExecutableType executableType) |
Modifier and Type | Method and Description |
---|---|
List<AgentAssignment.ExecutableType> |
ConfigureElasticImageConfigurationAssignments.getAssignmentTypes() |
Modifier and Type | Method and Description |
---|---|
AgentAssignment.ExecutableType |
AgentAssignmentExecutableDetails.getType() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.