com.atlassian.bamboo.buildqueue.manager
Class AgentAssignmentService.AgentAssignmentExecutor

java.lang.Object
  extended by 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
AgentAssignmentService.AgentAssignmentExecutor(AgentAssignment.ExecutorType executorType, long executorId)
           
 
Method Summary
 boolean equals(Object o)
           
 long getExecutorId()
           
 AgentAssignment.ExecutorType getExecutorType()
           
 long getId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentAssignmentService.AgentAssignmentExecutor

public AgentAssignmentService.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 interface BambooIdProvider

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.