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

java.lang.Object
  extended by com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutable
All Implemented Interfaces:
BambooIdProvider
Enclosing interface:
AgentAssignmentService

public static class AgentAssignmentService.AgentAssignmentExecutable
extends java.lang.Object
implements BambooIdProvider


Constructor Summary
AgentAssignmentService.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, long executableId)
           
AgentAssignmentService.AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getExecutableId()
           
 AgentAssignment.ExecutableType getExecutableType()
           
 long getId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentAssignmentService.AgentAssignmentExecutable

public AgentAssignmentService.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType,
                                                        long executableId)

AgentAssignmentService.AgentAssignmentExecutable

public AgentAssignmentService.AgentAssignmentExecutable(long assignmentId,
                                                        AgentAssignment.ExecutableType executableType,
                                                        long executableId)
Method Detail

getExecutableType

public AgentAssignment.ExecutableType getExecutableType()

getExecutableId

public long getExecutableId()

getId

public long getId()
Specified by:
getId in interface BambooIdProvider

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.