Uses of Interface
jetbrains.buildServer.util.Predicate
-
-
Uses of Predicate in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type Predicate Modifier and Type Method Description static voidChangedFilesAttributeParser. processAttribute(String attrValue, Predicate<List<String>> linePredicate)Parses changed files attribute and sends results to predicate. -
Uses of Predicate in jetbrains.buildServer.nio.charset
Classes in jetbrains.buildServer.nio.charset that implement Predicate Modifier and Type Class Description classAsciiDetectorA content-based detector.classBigEndianDetectorclassLittleEndianDetectorclassUtf8Detector -
Uses of Predicate in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type Predicate Modifier and Type Method Description Map<SBuildType,BuildPromotion>ModificationStateCalculator. findDependentPromotionsFromTargetBuildTypes(Map<SBuildType,SBuild> buildsMap, Predicate<SBuildType> targetBuildTypeFilter)For specified map of builds finds all promotions depending on these builds directly or transitively in the build types matched by specified predicate.booleanOrderedBuild. sameRevisions(OrderedBuild orderedBuild, Predicate<Long> vcsRootInstanceFilter) -
Uses of Predicate in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Predicate Modifier and Type Method Description Map<SBuildType,BuildPromotion>ModificationStateCalculatorImpl. findDependentPromotionsFromTargetBuildTypes(Map<SBuildType,SBuild> buildsMap, Predicate<SBuildType> targetBuildTypeFilter)Map<SBuildType,Set<SBuildType>>BuildTypesArtifactDependenciesCache. getDependingOnMap(Predicate<SBuildType> filter)Map where key is build configuration and value is a set of other build configurations having artifact dependency on key configurationprotected voidBaseServerTestCase. unloadFinishedBuildPromotions(Predicate<BuildPromotionEx> filter) -
Uses of Predicate in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement Predicate Modifier and Type Class Description classBuildPromotionAccessFilter -
Uses of Predicate in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return Predicate Modifier and Type Method Description default Predicate<T>Predicate. and(Predicate<? super T> other)Methods in jetbrains.buildServer.util with parameters of type Predicate Modifier and Type Method Description default Predicate<T>Predicate. and(Predicate<? super T> other)static <C extends Collection<String>>
CFileUtil. listFilesRecursively(File dir, String prefix, boolean includeDirs, int depthLimit, Predicate<File> predicate, C collection)Traverses the given directory and retrieves all files (and nested directories, if specified).Constructors in jetbrains.buildServer.util with parameters of type Predicate Constructor Description FilteringEnumeration(Enumeration<? extends T> enumeration, Predicate<T> filter)FilteringIterable(Iterable<T> iterable, Predicate<T> filter)FilteringIterator(Iterator<T> iterator, Predicate<T> filter) -
Uses of Predicate in jetbrains.buildServer.util.graph
Methods in jetbrains.buildServer.util.graph that return Predicate Modifier and Type Method Description Predicate<T>ReachabilityIndex. createReachablePredicate(T from)Returns a reachability predicate which returns true if the node is reachable from the specified nodefrom.
-