Searched defs:isGroupPruneAllowed (Results 1 – 2 of 2) sorted by relevance
61 abstract fun isGroupPruneAllowed(entry: GroupEntry): Boolean in isPipelineRunAllowed() method101 override fun isGroupPruneAllowed(entry: GroupEntry): Boolean = true in isPipelineRunAllowed() method
2757 public boolean isGroupPruneAllowed(@NonNull GroupEntry entry) { in isGroupPruneAllowed() method in ShadeListBuilderTest.TestableStabilityManager