Class RequirementImmutablePlanMapping
java.lang.Object
com.atlassian.bamboo.v2.build.agent.capability.RequirementImmutablePlanMapping
- All Implemented Interfaces:
RequirementAwareMapping
,Comparable<RequirementAwareMapping>
Tuple object that holds a requirement and plan mapping
-
Constructor Summary
ConstructorDescriptionRequirementImmutablePlanMapping
(@NotNull CachedPlanManager cachedPlanManager, @NotNull Requirement requirement, @NotNull PlanKey jobKey) RequirementImmutablePlanMapping
(@NotNull Requirement requirement, @NotNull ImmutableJob job) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.capability.RequirementAwareMapping
compareTo
-
Constructor Details
-
RequirementImmutablePlanMapping
public RequirementImmutablePlanMapping(@NotNull @NotNull CachedPlanManager cachedPlanManager, @NotNull @NotNull Requirement requirement, @NotNull @NotNull PlanKey jobKey) -
RequirementImmutablePlanMapping
public RequirementImmutablePlanMapping(@NotNull @NotNull Requirement requirement, @NotNull @NotNull ImmutableJob job)
-
-
Method Details
-
getRequirement
- Specified by:
getRequirement
in interfaceRequirementAwareMapping
-
getRequirementAware
- Specified by:
getRequirementAware
in interfaceRequirementAwareMapping
-
equals
-
hashCode
public int hashCode()
-