public class RestDedicatedAgent extends Object implements Comparable<RestDedicatedAgent>
Constructor and Description |
---|
RestDedicatedAgent() |
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 |
---|---|
int |
compareTo(RestDedicatedAgent obj) |
long |
getExecutableId() |
AgentAssignment.ExecutableType |
getExecutableType() |
long |
getExecutorId() |
AgentAssignment.ExecutorType |
getExecutorType() |
String |
toString() |
public RestDedicatedAgent()
public RestDedicatedAgent(List<String> nameElements, String description, AgentAssignment.ExecutableType executableType, long executableId, String executableTypeLabel, AgentAssignment.ExecutorType executorType, long executorId, boolean capabilitiesMatch)
public AgentAssignment.ExecutableType getExecutableType()
public long getExecutableId()
public AgentAssignment.ExecutorType getExecutorType()
public long getExecutorId()
public int compareTo(RestDedicatedAgent obj)
compareTo
in interface Comparable<RestDedicatedAgent>
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.