Class AgentAssignmentService.AgentAssignmentExecutor
- java.lang.Object
-
- com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutor
-
- All Implemented Interfaces:
BambooIdProvider
- Enclosing interface:
- AgentAssignmentService
public static class AgentAssignmentService.AgentAssignmentExecutor extends Object implements BambooIdProvider
-
-
Constructor Summary
Constructors Constructor Description AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType, long executorId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getExecutorId()
AgentAssignment.ExecutorType
getExecutorType()
long
getId()
int
hashCode()
-
-
-
Constructor Detail
-
AgentAssignmentExecutor
public AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType, long executorId)
-
-
Method Detail
-
getExecutorType
public AgentAssignment.ExecutorType getExecutorType()
-
getExecutorId
public long getExecutorId()
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
-
-