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 booleanequals(Object o)longgetExecutorId()AgentAssignment.ExecutorTypegetExecutorType()longgetId()inthashCode()
-
-
-
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:
getIdin interfaceBambooIdProvider
-
-