Uses of Class
com.atlassian.bamboo.chains.branches.BranchStatusLinkInfo
-
Uses of BranchStatusLinkInfo in com.atlassian.bamboo.chains.branches
Modifier and TypeMethodDescriptionstatic BranchStatusLinkInfo
BranchStatusLinkInfo.forBranch
(long repositoryId, @NotNull String repositoryName, @NotNull String branchName, @Nullable String navigationSource) Create branch status link info for specified repository and VCS branch.static BranchStatusLinkInfo
BranchStatusLinkInfo.forRepository
(@NotNull VcsRepositoryData vcsRepositoryData, @Nullable String navigationSource) Create branch status link info for specified repository and VCS branch.@NotNull BranchStatusLinkInfo
BranchStatusService.getBranchStatusLinkInfo
(@NotNull ImmutablePlan plan, @Nullable String navigationSource) Provides information about branch status link for the given plan - whether the link should or should not be displayed and what is the direct URL for this plan's VCS branch.@NotNull BranchStatusLinkInfo
BranchStatusServiceImpl.getBranchStatusLinkInfo
(@NotNull ImmutablePlan plan, @Nullable String navigationSource) static BranchStatusLinkInfo
BranchStatusLinkInfo.notShown()
Branch status link info when the link should not be displayed.