| Package | Description |
|---|---|
| com.atlassian.bamboo.chains.branches |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.