Class NodeStepTypePredicate
java.lang.Object
org.jenkinsci.plugins.workflow.graphanalysis.NodeStepTypePredicate
-
Constructor Summary
ConstructorDescriptionNodeStepTypePredicate
(String functionName) Create a filter predicate based on the step nameNodeStepTypePredicate
(org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptorType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.jenkinsci.plugins.workflow.steps.StepDescriptor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
NodeStepTypePredicate
public NodeStepTypePredicate(@NonNull org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptorType) -
NodeStepTypePredicate
Create a filter predicate based on the step name
-
-
Method Details
-
getStepDescriptor
public org.jenkinsci.plugins.workflow.steps.StepDescriptor getStepDescriptor() -
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<FlowNode>
-