Class NodeStepTypePredicate
java.lang.Object
org.jenkinsci.plugins.workflow.graphanalysis.NodeStepTypePredicate
-
Constructor Summary
ConstructorsConstructorDescriptionNodeStepTypePredicate(String functionName) Create a filter predicate based on the step nameNodeStepTypePredicate(org.jenkinsci.plugins.workflow.steps.StepDescriptor descriptorType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.jenkinsci.plugins.workflow.steps.StepDescriptorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
applyin interfacecom.google.common.base.Predicate<FlowNode>
-