Package com.atlassian.bamboo.build
Class ParentChainPredicate
- java.lang.Object
-
- com.atlassian.bamboo.build.ParentChainPredicate
-
- All Implemented Interfaces:
com.google.common.base.Predicate<PlanDependency>
,Predicate<PlanDependency>
@Deprecated public class ParentChainPredicate extends Object implements com.google.common.base.Predicate<PlanDependency>
Deprecated.since 5.11 scheduled for removal
-
-
Constructor Summary
Constructors Constructor Description ParentChainPredicate()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
apply(PlanDependency planDependency)
Deprecated.
-
-
-
Method Detail
-
apply
public boolean apply(PlanDependency planDependency)
Deprecated.- Specified by:
apply
in interfacecom.google.common.base.Predicate<PlanDependency>
-
-