Class AgentAssignmentService.AgentAssignmentExecutable
- java.lang.Object
-
- com.atlassian.bamboo.buildqueue.manager.AgentAssignmentService.AgentAssignmentExecutable
-
- All Implemented Interfaces:
BambooIdProvider
- Enclosing interface:
- AgentAssignmentService
public static class AgentAssignmentService.AgentAssignmentExecutable extends Object implements BambooIdProvider
-
-
Constructor Summary
Constructors Constructor Description AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId)
Deprecated.AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration)
AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId)
Deprecated.AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration)
AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, long executableId)
Deprecated.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration)
AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId)
Deprecated.AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getExecutableGroupId()
long
getExecutableId()
AgentAssignment.ExecutableType
getExecutableType()
long
getId()
int
hashCode()
boolean
isUsesDockerConfiguration()
-
-
-
Constructor Detail
-
AgentAssignmentExecutable
@Deprecated public AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, long executableId)
Deprecated.
-
AgentAssignmentExecutable
public AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration)
-
AgentAssignmentExecutable
@Deprecated public AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId)
Deprecated.
-
AgentAssignmentExecutable
public AgentAssignmentExecutable(AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration)
-
AgentAssignmentExecutable
@Deprecated public AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId)
Deprecated.
-
AgentAssignmentExecutable
public AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, long executableId, boolean usesDockerConfiguration)
-
AgentAssignmentExecutable
@Deprecated public AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId)
Deprecated.
-
AgentAssignmentExecutable
public AgentAssignmentExecutable(long assignmentId, AgentAssignment.ExecutableType executableType, Long executableGroupId, long executableId, boolean usesDockerConfiguration)
-
-
Method Detail
-
getExecutableType
public AgentAssignment.ExecutableType getExecutableType()
-
getExecutableId
public long getExecutableId()
-
getExecutableGroupId
public Long getExecutableGroupId()
-
isUsesDockerConfiguration
public boolean isUsesDockerConfiguration()
-
getId
public long getId()
- Specified by:
getId
in interfaceBambooIdProvider
-
-