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
ConstructorDescriptionAgentAssignmentExecutable
(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
-
Constructor Details
-
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 Details
-
getExecutableType
-
getExecutableId
public long getExecutableId() -
getExecutableGroupId
-
isUsesDockerConfiguration
public boolean isUsesDockerConfiguration() -
getId
public long getId()- Specified by:
getId
in interfaceBambooIdProvider
-
equals
-
hashCode
public int hashCode()
-
AgentAssignmentExecutable(long, AgentAssignment.ExecutableType, long, boolean)
}