Class RepositoryChangesetFunctions
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.vcs.RepositoryChangesetFunctions
-
public class RepositoryChangesetFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryChangesetFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate<RepositoryChangeset>
equalPluginKey(@NotNull String pluginKey)
static com.google.common.base.Function<RepositoryChangeset,Long>
getSkippedCommitsCount()
-
-
-
Method Detail
-
getSkippedCommitsCount
public static com.google.common.base.Function<RepositoryChangeset,Long> getSkippedCommitsCount()
-
equalPluginKey
public static Predicate<RepositoryChangeset> equalPluginKey(@NotNull @NotNull String pluginKey)
-
-