Uses of Interface
com.atlassian.bamboo.labels.LabelCount
-
Packages that use LabelCount Package Description com.atlassian.bamboo.labels com.atlassian.bamboo.utils -
-
Uses of LabelCount in com.atlassian.bamboo.labels
Classes in com.atlassian.bamboo.labels that implement LabelCount Modifier and Type Class Description class
LabelCountImpl
Methods in com.atlassian.bamboo.labels that return types with arguments of type LabelCount Modifier and Type Method Description @NotNull List<LabelCount>
LabelDao. findLabels(String namespace, int maxResults)
@NotNull List<LabelCount>
LabelDao. findLabels(String namespace, int maxResults, Plan plan)
@NotNull List<LabelCount>
LabelDao. findLabels(String namespace, int maxResults, Project project)
@NotNull List<LabelCount>
LabelHibernateDao. findLabels(String namespace, int maxResults)
@NotNull List<LabelCount>
LabelHibernateDao. findLabels(String namespace, int maxResults, Plan plan)
@NotNull List<LabelCount>
LabelHibernateDao. findLabels(String namespace, int maxResults, Project project)
@NotNull List<LabelCount>
LabelManager. findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project)
Finds all labels in a given build, with namespace and maxResults.@NotNull List<LabelCount>
LabelManagerImpl. findLabels(@NotNull String namespace, int maxResults, @Nullable Plan plan, @Nullable Project project)
-
Uses of LabelCount in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type LabelCount Modifier and Type Method Description static @NotNull Comparator<LabelCount>
Comparators. getLabelCountAlphabeticComparator()
static @NotNull Comparator<LabelCount>
Comparators. getLabelCountRankComparator()
-